CellRangeRowColumnToPosition Method |
Converts row and column index to position string ("A1", "BN27", etc.).
Namespace: SautinSoft.ExcelAssembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.2.6
Syntaxpublic static string RowColumnToPosition(
int row,
int column
)
Public Shared Function RowColumnToPosition (
row As Integer,
column As Integer
) As String
Parameters
- row Int32
- Row index.
- column Int32
- Column index.
Return Value
StringPosition string.
See Also