Spread WPF 17
GrapeCity.Excel Namespace / IExcelReader Interface / SetPrintTitles Method
The sheet index
The print title


In This Topic
    SetPrintTitles Method
    In This Topic
    Set the print title of the specified zero-based sheet
    Syntax
    'Declaration
     
    Sub SetPrintTitles( _
       ByVal sheet As Integer, _
       ByVal title As String _
    ) 
    'Usage
     
    Dim instance As IExcelReader
    Dim sheet As Integer
    Dim title As String
     
    instance.SetPrintTitles(sheet, title)
    void SetPrintTitles( 
       int sheet,
       string title
    )

    Parameters

    sheet
    The sheet index
    title
    The print title
    See Also