Gets or sets the width of column.

Namespace: Spire.Spreadsheet.Forms
Assembly: Spire.Spreadsheet (in Spire.Spreadsheet.dll) Version: 3.7.1.8020

Syntax

            
 C#  Visual Basic  Visual C++  F# 
int Width { get; set; }
Property Width As Integer
	Get
	Set
property int Width {
	int get ();
	void set (int value);
}
abstract Width : int with get, set

Property Value

Int32

See Also