com.grapecity.documents.excel Package / Workbook Class / setWebRequestHandler Method
the new singleton instance of IWebRequestHandler
In This Topic
setWebRequestHandler Method
In This Topic
Sets the singleton instance of the IWebRequestHandler implementation that will be used to handle web requests. This property provides a centralized way to set the web request handler for the application.
Syntax
public static void setWebRequestHandler( 
   IWebRequestHandler webRequestHandler
)

Parameters

webRequestHandler
the new singleton instance of IWebRequestHandler
See Also