The following tables list the members exposed by WorkbookLoadOptions.
Name | Description | |
---|---|---|
WorkbookLoadOptions Constructor | Creates a new WorkbookLoadOptions instance. |
Name | Description | |
---|---|---|
AutoResumeCalculations | Returns or sets a boolean indicating whether the Workbook will automatically call its Workbook.ResumeCalculations methods before the Load method returns. | |
Culture | Returns or sets the value for the Workbook.Culture property. | |
IsDuplicateFormulaParsingOptimized | Returns or sets a boolean indicating whether duplicate formulas parsed during the load will be optimized for faster loading of the workbook. | |
PackageFactory | Gets or sets an IPackageFactory which can be used to create or open an IPackage in a stream. (Inherited from Infragistics.Documents.Excel.WorkbookOptionsBase) | |
UserDefinedFunctionLibraries | Returns a list of user defined function assemblies that should be registered before the workbook is loaded. | |
UserDefinedFunctions | Returns a list of user defined functions that should be registered before the workbook is loaded. |