com.grapecity.documents.excel Package / Workbook Class / processTemplate Method / processTemplate(CancellationToken) Method
The token to monitor for cancellation requests.
processTemplate(CancellationToken) Method
Start to process the template with global options and cancellation support.
Syntax
public void processTemplate( 
   CancellationToken cancellationToken
)

Parameters

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