XlsRangesCollection
ColumnWidth Property
|
Returns or sets the width of all columns in the specified range.
Read/write Double.
Namespace:
Spire.Xls.Core.Spreadsheet.Collections
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public double ColumnWidth { get; set; }
Public Property ColumnWidth As Double
Get
Set
public:
virtual property double ColumnWidth {
double get () sealed;
void set (double value) sealed;
}
abstract ColumnWidth : float with get, set
override ColumnWidth : float with get, set
Property Value
Type:
Double
Implements
IXLSRange
ColumnWidth
See Also