Search
CellIndex.getColumnIndex Method (String)
See Also
 






Returns the zero-based index of the column with the specified character representation.

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

 Syntax

Java  Copy Code

public static int getColumnIndex (
    String columnLetter
)

 Parameters

columnLetter

The character representation of the column.

 Return Value

The zero-based index of the column.

 See Also