Search
CellIndex.getColumnLetter Method
See Also
 






Returns the character representation of the specified column.

Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet

 Syntax

Java  Copy Code

public static String getColumnLetter (
    int columnIndex
)

 Parameters

columnIndex

The zero-based index of the column.

 Return Value

The letter representing the column.

 See Also