Name.GetRefersTo
Contents
[
Hide
]GetRefersTo(bool, bool)
Get the reference of this Name.
public string GetRefersTo(bool isR1C1, bool isLocal)
Parameter | Type | Description |
---|---|---|
isR1C1 | Boolean | Whether the reference needs to be formatted as R1C1. |
isLocal | Boolean | Whether the reference needs to be formatted by locale. |
See Also
- class Name
- namespace Aspose.Cells
- assembly Aspose.Cells
GetRefersTo(bool, bool, int, int)
Get the reference of this Name based on specified cell.
public string GetRefersTo(bool isR1C1, bool isLocal, int row, int column)
Parameter | Type | Description |
---|---|---|
isR1C1 | Boolean | Whether the reference needs to be formatted as R1C1. |
isLocal | Boolean | Whether the reference needs to be formatted by locale. |
row | Int32 | The row index of the cell. |
column | Int32 | The column index of the cell. |
See Also
- class Name
- namespace Aspose.Cells
- assembly Aspose.Cells