NameGetRange Method (Int32, Int32, Int32) |
Gets the range if this name refers to a range.
If the reference of this name is not absolute, the range may be different for different cell.
Namespace:
Aspose.Cells
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 21.4.0.0 (21.4)
Syntaxpublic Range GetRange(
int sheetIndex,
int row,
int column
)
Public Function GetRange (
sheetIndex As Integer,
row As Integer,
column As Integer
) As Range
public:
Range^ GetRange(
int sheetIndex,
int row,
int column
)
member GetRange :
sheetIndex : int *
row : int *
column : int -> Range
Parameters
- sheetIndex
- Type: SystemInt32
The according sheet index. - row
- Type: SystemInt32
The according row index. - column
- Type: SystemInt32
The according column index
Return Value
Type:
RangeThe range.
See Also