XlsRangesCollection
EntireColumn Property
 | 
Returns a Range object that represents the entire column (or
columns) that contains the specified range. Read-only.
Namespace:
Spire.Xls.Core.Spreadsheet.Collections
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
 
public IXLSRange EntireColumn { get; }
 
Public ReadOnly Property EntireColumn As IXLSRange
	Get
 
public:
virtual property IXLSRange^ EntireColumn {
	IXLSRange^ get () sealed;
}
 
abstract EntireColumn : IXLSRange with get
override EntireColumn : IXLSRange with get
 
 
 
Property Value
Type:
IXLSRange
Implements
IXLSRange
EntireColumn
 
See Also