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