For a Range object, returns an array of Range objects that represent the
columns in the specified range.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public IXLSRange[] Columns { get; }
Public ReadOnly Property Columns As IXLSRange()
Get
public:
virtual property array<IXLSRange^>^ Columns {
array<IXLSRange^>^ get () sealed;
}
abstract Columns : IXLSRange[] with get
override Columns : IXLSRange[] with get
Property Value
Type:
IXLSRange
Implements
IXLSRange
Columns
See Also