Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / ICellRange Interface / Column Property


In This Topic
    Column Property (ICellRange)
    In This Topic
    Gets the column.
    Syntax
    'Declaration
     
    ReadOnly Property Column As Integer
    'Usage
     
    Dim instance As ICellRange
    Dim value As Integer
     
    value = instance.Column
    int Column {get;}
    See Also