PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview.Export Namespace / XlsxExportProvider Class / CanExportRange Method
The type of range to test.

In This Topic
    CanExportRange Method (XlsxExportProvider)
    In This Topic
    Indicates whether the associated exporter can handle the specified type of document pages' range. This implementation returns true (all types of ranges are supported).
    Syntax
    'Declaration
     
    Public Overridable Function CanExportRange( _
       ByVal range As OutputRangeTypeEnum _
    ) As Boolean
    public virtual bool CanExportRange( 
       OutputRangeTypeEnum range
    )

    Parameters

    range
    The type of range to test.

    Return Value

    true if the associated Exporter can handle the specified output range, false otherwise.
    See Also