The following tables list the members exposed by WorkbookLoadOptions.
Name | Description | |
---|---|---|
WorkbookLoadOptions Constructor | Overloaded. |
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. | |
OpenPassword | Gets or sets the password used to decrypt the document if it is encrypted. | |
OpenPasswordSecure | Gets or sets the password used to decrypt the document if it is encrypted. | |
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) | |
ScreenDpi | Gets or sets the Dpi to use when calculating row and column sizes for the workbook. If empty, the system Dpi will be used. | |
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. |