For a list of all members of this type, see Workbook members.
Name | Description | |
---|---|---|
CharacterWidth256thsToPixels | Converts units of 1/256s of the average character width to pixels. | |
ClearConnectionData | Clears all external data connections from the Workbook. | |
ClearPivotTableData | Clears all pivot tables and associated slicers from the Workbook. | |
ClearVbaData | Clears all vba information from the Workbook. | |
CreateNewWorkbookFont | Factory method which creates new workbook font. | |
CreateNewWorksheetCellFormat | Creates new worksheet cell format. | |
GetMaxColumnCount | Returns the number of columns that are supported by the specified format. | |
GetMaxRowCount | Returns the number of rows that are supported by the specified format. | |
GetTable | Gets the table with the specified name. | |
GetWorkbookFormat | Returns the WorkbookFormat based on the file extension of the specified file. | |
IsValidFunctionName | Gets a value indicating whether the specified function will be recognized and solved by Microsoft Excel when the workbook is saved out. | |
IsWorkbookEncrypted | Overloaded. Determines whether the workbook at the specified path is encrypted with an open password. | |
Load | Overloaded. Reads a workbook from a file. | |
PixelsToCharacterWidth256ths | Converts pixels to units of 1/256s of the average character width. | |
Protect | Overloaded. Protects the worksheet with the specified password. | |
Recalculate | Overloaded. Recalculates all dirty formulas pending a calculation on the workbook. | |
RecalculateAsync | Recalculates all formulas on the workbook. | |
RegisterUserDefinedFunction | Registers a single Infragistics.Documents.Excel.CalcEngine.ExcelCalcFunction instance. | |
RegisterUserDefinedFunctionLibrary | Registers an assembly containing Infragistics.Documents.Excel.CalcEngine.ExcelCalcFunction derived types. | |
ResumeCalculations | Resumes the calculation of formulas. | |
Save | Overloaded. Writes the workbook to a file. | |
SetCurrentFormat | Sets the current format of the workbook. | |
SetEncryptionMode | Sets the encryption modes to use to encrypt documents saved in the 2007 file formats and later. | |
SetFileWriteProtectionPassword | Overloaded. Sets the password used to protect the file from automatic writes. | |
SetOpenPassword | Overloaded. Sets the password used to encrypt the document on subsequent saves. | |
SuspendCalculations | Temporarily suspends the calculation of formulas. | |
Unprotect | Overloaded. Attempts to use the specified password to remove the Worksheet protection currently in place. | |
ValidateFileWriteProtectionPassword | Overloaded. Validates the password for a Workbook loaded with file write protection. and returns the value indicating whether the protection was successfully disabled. |