CellsHelper.CellNameToIndex
CellsHelper.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 CellsHelper
- namespace Aspose.Cells
- assembly Aspose.Cells