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