Worksheet.CellIndexToR1C1
Worksheet.CellIndexToR1C1 method
Gets cell r1c1 style name according to its row and column indexes.
public static string CellIndexToR1C1(int row, int column)
Parameter | Type | Description |
---|---|---|
row | Int32 | Row index. |
column | Int32 | Column index. |
Return Value
R1C1 style name of cell.
See Also
- class Worksheet
- namespace Aspose.Cells.GridDesktop
- assembly Aspose.Cells.GridDesktop