Spread WPF 17
GrapeCity.Excel Namespace / IExcelWriter Interface / GetPrintArea Method
The sheet index


In This Topic
    GetPrintArea Method
    In This Topic
    Get the print area setting of the specified sheet.
    Syntax
    'Declaration
     
    Function GetPrintArea( _
       ByVal sheet As Integer _
    ) As String
    'Usage
     
    Dim instance As IExcelWriter
    Dim sheet As Integer
    Dim value As String
     
    value = instance.GetPrintArea(sheet)
    string GetPrintArea( 
       int sheet
    )

    Parameters

    sheet
    The sheet index

    Return Value

    The print area setting. null if the print area has not been set
    See Also