GridCells.CellNameToIndex
GridCells.CellNameToIndex method
Gets the cell row and column indexes according to its name
public static void CellNameToIndex(string cellName, out int row, out int column)
Parameter | Type | Description |
---|---|---|
cellName | String | Name of cell. |
row | Int32& | Output row index |
column | Int32& | Output column index |
See Also
- class GridCells
- namespace Aspose.Cells.GridWeb.Data
- assembly Aspose.Cells.GridWeb