Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / IWorkbook Interface / processTemplate Method / processTemplate(CancellationToken) Method
The token to monitor for cancellation requests.
In This Topic
    processTemplate(CancellationToken) Method
    In This Topic
    Start to process the template with global options and cancellation support.
    Syntax
    void processTemplate( 
       CancellationToken cancellationToken
    )

    Parameters

    cancellationToken
    The token to monitor for cancellation requests.
    Exceptions
    ExceptionDescription
    Throws when the CancellationToken was canceled.
    See Also