ExcelRangesCollectionItem Property |
Gets the range at the specified index.
Namespace:
ExpertXls.ExcelLib
Assembly:
expertxls (in expertxls.dll) Version: 7.0.0
Syntax public ExcelRange this[
int rangeIndex
] { get; }
Public ReadOnly Default Property Item (
rangeIndex As Integer
) As ExcelRange
Get
Parameters
- rangeIndex
- Type: SystemInt32
A zero based index in the ranges collection
Return Value
Type:
ExcelRangeThe range at the specified index
See Also