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


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

    Property Value

    An IColumnFooter object represents the column header.
    See Also