Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IWorksheet Interface / ColumnFooter Property


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

    Property Value

    An IColumnFooter object represents the column header.
    See Also