Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Cell Class / Column Property


In This Topic
    Column Property (Cell)
    In This Topic
    Gets the column that contains this cell.
    Syntax
    'Declaration
     
    Public ReadOnly Property Column As Column
    'Usage
     
    Dim instance As Cell
    Dim value As Column
     
    value = instance.Column
    public Column Column {get;}

    Property Value

    A Column object that contains the cell.
    See Also