Returns the zero-based index of the column with the specified character representation.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public static int GetColumnIndex ( |
Visual Basic
Copy Code
|
|---|
Public Shared Function GetColumnIndex( _ |
The character representation of the column.
The zero-based index of the column.
See Also