Search
CellIndex.GetColumnIndex Method (String)
See Also
 






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

Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms

 Syntax

C#  Copy Code

public static int GetColumnIndex (
    string columnLetter
)

Visual Basic  Copy Code

Public Shared Function GetColumnIndex( _
    columnLetter As String _
) As Integer

 Parameters

columnLetter

The character representation of the column.

 Return Value

The zero-based index of the column.

 See Also