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