ExcelWorksheetItem(String) Property |
Gets range referenced by the range name or range reference string in A1 notation.
Namespace: ExpertXls.ExcelLibAssembly: expertxls (in expertxls.dll) Version: 9.0.0
Syntaxpublic ExcelRange this[
string rangeReference
] { get; }Public ReadOnly Default Property Item (
rangeReference As String
) As ExcelRange
Get
Parameters
- rangeReference String
- The range name or range reference string in A1 notation
Return Value
ExcelRangeThe referenced range
See Also