Search
CellIndex.GetColumnLetter Method
See Also
 






Returns the character representation of the specified column.

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

 Syntax

C#  Copy Code

public static string GetColumnLetter (
    int columnIndex
)

Visual Basic  Copy Code

Public Shared Function GetColumnLetter( _
    columnIndex As Integer _
) As String

 Parameters

columnIndex

The zero-based index of the column.

 Return Value

The letter representing the column.

 See Also