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