Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / ValueContext Class / Column Property


In This Topic
    Column Property (ValueContext)
    In This Topic
    Gets an integer value indicating the current column.
    Syntax
    'Declaration
     
    Public ReadOnly Property Column As Integer
    'Usage
     
    Dim instance As ValueContext
    Dim value As Integer
     
    value = instance.Column
    public int Column {get;}
    See Also