WorkbookCapabilitiesOptions Properties
Provides various options which can be specified for the document loaded in the SpreadsheetControl.| Name | Description |
|---|---|
| Charts | Gets or sets the document’s capability to load, insert, modify and export charts. |
| ChartsAllowed | Gets whether an end-user is allowed to operate with charts. |
| DynamicArrayFormulas | Gets or sets the document’s capability to load, insert, modify, and export dynamic array formulas. |
| DynamicArrayFormulasAllowed | Gets whether a user is allowed to operate with formulas. |
| Formulas | Gets or sets the document’s capability to load, insert, modify and export formulas. |
| FormulasAllowed | Gets whether an end-user is allowed to operate with formulas. |
| Pictures | Gets or sets the document’s capability to load, insert, modify and export pictures. |
| PicturesAllowed | Gets whether an end-user is allowed to operate with pictures. |
| Shapes | Gets or sets the document’s capability to load, insert, modify and export shapes (such as lines, rectangles, basic shapes, etc.). |
| ShapesAllowed | Gets whether an end-user is allowed to operate with shapes. |
| Sparklines | Gets or sets the document’s capability to load, insert, modify and export sparklines. |
| SparklinesAllowed | Gets whether an end-user is allowed to operate with sparklines. |
| Undo | Gets or sets the document’s capability to undo or redo the last command executed. |
| UndoAllowed | Gets whether an end-user is allowed to undo or redo the last command executed. |
See Also