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