Spread WPF 17
GrapeCity.Excel Namespace / IExcelReader Interface / SetPrintArea Method
The sheet index
The print area


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

    Parameters

    sheet
    The sheet index
    printArea
    The print area
    See Also