WorkbookSecurityLoadingLimits Properties
Contains the loading limit options for a workbook.| Name | Description |
|---|---|
| MaxChartCount | Gets or sets the maximum number of charts that can be in a loaded workbook. |
| MaxFileSize | Gets or sets the maximum file size that can be loaded, in bytes. Inherited from SecurityLoadingLimits. |
| MaxSheetCellCount | Gets or sets the maximum number of cells that can be in a loaded workbook. |
| MaxSheetColumnCount | Gets or sets the maximum number of columns that can be in a loaded workbook. |
| MaxSheetRowCount | Gets or sets the maximum number of rows that can be in a loaded workbook. |
| MaxWorksheetCount | Gets or sets the maximum number of worksheets that can be in a loaded workbook. |
| MaxXmlElementCount | Gets or sets the maximum number of XML elements that can be loaded. Inherited from SecurityLoadingLimits. |
| MaxXmlElementDepth | Gets or sets the maximum depth of XML elements that can be loaded. Inherited from SecurityLoadingLimits. |
See Also