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