Version

WorkbookLoadOptions Class Members

The following tables list the members exposed by WorkbookLoadOptions.

Public Constructors
 NameDescription
Public ConstructorWorkbookLoadOptions ConstructorCreates a new WorkbookLoadOptions instance.  
Public Properties
 NameDescription
Public PropertyAutoResumeCalculationsReturns or sets a boolean indicating whether the Workbook will automatically call its Workbook.ResumeCalculations methods before the Load method returns.  
Public PropertyCultureReturns or sets the value for the Workbook.Culture property.  
Public PropertyIsDuplicateFormulaParsingOptimizedReturns or sets a boolean indicating whether duplicate formulas parsed during the load will be optimized for faster loading of the workbook.  
Public PropertyPackageFactoryGets or sets an IPackageFactory which can be used to create or open an IPackage in a stream. (Inherited from Infragistics.Documents.Excel.WorkbookOptionsBase)
Public PropertyUserDefinedFunctionLibrariesReturns a list of user defined function assemblies that should be registered before the workbook is loaded.  
Public PropertyUserDefinedFunctionsReturns a list of user defined functions that should be registered before the workbook is loaded.  
See Also