MindFusion.Wpf Pack Programmer's Guide
CellIndex.GetColumnIndex Method (String)
See Also
 





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

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 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

GetColumnIndex Method Overload List
CellIndex Members
CellIndex Class
MindFusion.Spreadsheet.Wpf Namespace