Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / SubWorksheet Class / ColumnFooter Property


In This Topic
    ColumnFooter Property (SubWorksheet)
    In This Topic
    Gets the column footer of a worksheet.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ColumnFooter As IColumnFooter
    'Usage
     
    
    Dim instance As SubWorksheet
    Dim value As IColumnFooter
     
    value = instance.ColumnFooter
    public IColumnFooter ColumnFooter {get;}

    Property Value

    An IColumnFooter object represents the column header.
    See Also