Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CellFooter Class / Column Property


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