Gets or sets the width of each column.

Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public float[] ColumnWidth { get; set; }
Public Property ColumnWidth As Single()
	Get
	Set
public:
property array<float>^ ColumnWidth {
	array<float>^ get ();
	void set (array<float>^ value);
}
member ColumnWidth : float32[] with get, set

Property Value

array<Single>[]()[][]

See Also