Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / EditorInfo Class / ColumnIndex Property


In This Topic
    ColumnIndex Property (EditorInfo)
    In This Topic
    Syntax
    'Declaration
     
    Public ReadOnly Property ColumnIndex As Integer
    'Usage
     
    Dim instance As EditorInfo
    Dim value As Integer
     
    value = instance.ColumnIndex
    public int ColumnIndex {get;}
    See Also