Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CellInfoRange Class / ColumnFooter Property


In This Topic
    ColumnFooter Property (CellInfoRange)
    In This Topic
    Gets or sets the column footer for the the cell information.
    Syntax
    'Declaration
     
    
    Public Property ColumnFooter As CellInfoRange
    'Usage
     
    
    Dim instance As CellInfoRange
    Dim value As CellInfoRange
     
    instance.ColumnFooter = value
     
    value = instance.ColumnFooter
    public CellInfoRange ColumnFooter {get; set;}
    See Also