Xceed Workbooks for .NET v2.0 Documentation
Width Property (ColumnRange)


Xceed.Workbooks.NET Assembly > Xceed.Workbooks.NET Namespace > ColumnRange Class : Width Property
Gets or sets the Width of all Columns in the range. Getting this property will return the common Width of all the Columns in the range; if at least one Column has a different Width than the others, 0 will be returned.
Syntax
'Declaration
 
Public Property Width As Double
'Usage
 
Dim instance As ColumnRange
Dim value As Double
 
instance.Width = value
 
value = instance.Width
public double Width {get; set;}
Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ColumnRange Class
ColumnRange Members