Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / SheetViewSynchronizer Class / SetHeaderAndFooter Method
GrapeCity Spread
Index of the sheet


In This Topic
    SetHeaderAndFooter Method
    In This Topic
    Sets the header and footer.
    Syntax
    'Declaration
     
    
    Public Shared Sub SetHeaderAndFooter( _
       ByVal spread As IExcelRead, _
       ByVal headerFooter As CT_HeaderFooter, _
       ByVal sheetIndex As Short _
    ) 
    'Usage
     
    
    Dim spread As IExcelRead
    Dim headerFooter As CT_HeaderFooter
    Dim sheetIndex As Short
     
    SheetViewSynchronizer.SetHeaderAndFooter(spread, headerFooter, sheetIndex)
    public static void SetHeaderAndFooter( 
       IExcelRead spread,
       CT_HeaderFooter headerFooter,
       short sheetIndex
    )

    Parameters

    spread
    GrapeCity Spread
    headerFooter
    sheetIndex
    Index of the sheet
    See Also