Click or drag to resize

ExcelTableReaderIndexToColumnAddress Method

Transforms a column index to an Excel column letter.

Namespace:  MicaSystems.Utils.Excel
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public static string IndexToColumnAddress(
	int index
)

Parameters

index
Type: SystemInt32

Return Value

Type: String
See Also