Click or drag to resize

CellRangeRowColumnToPosition Method

Converts row and column index to position string ("A1", "BN27", etc.).

Namespace: SautinSoft.Excel
Assembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.2.6
Syntax
public static string RowColumnToPosition(
	int row,
	int column
)

Parameters

row  Int32
Row index.
column  Int32
Column index.

Return Value

String
Position string.
See Also