Version

WorkbookLoadOptions Class Members

The following tables list the members exposed by WorkbookLoadOptions.

Public Constructors
 NameDescription
Public ConstructorWorkbookLoadOptions ConstructorOverloaded.   
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 PropertyOpenPasswordGets or sets the password used to decrypt the document if it is encrypted.  
Public PropertyOpenPasswordSecureGets or sets the password used to decrypt the document if it is encrypted.  
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 PropertyScreenDpiGets or sets the Dpi to use when calculating row and column sizes for the workbook. If empty, the system Dpi will be used.  
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