IWorksheet
Columns Property
|
For a Worksheet object, returns an array of Range objects that represents
all the columns on the specified worksheet. Read-only Range object.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
IXLSRange[] Columns { get; }
ReadOnly Property Columns As IXLSRange()
Get
property array<IXLSRange^>^ Columns {
array<IXLSRange^>^ get ();
}
abstract Columns : IXLSRange[] with get
Property Value
Type:
IXLSRange
See Also