Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / CellLocation Structure / Column Property


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