SpreadsheetDrawingBehaviorOptions Properties
Provides options to restrict an end-user’s ability to modify drawing objects embedded into the SpreadsheetControl‘s document.Name | Description |
---|---|
ChangeZOrder | Gets or sets the document’s capability to change the order of the drawing objects (such as pictures or charts). |
ChangeZOrderAllowed | Gets whether an end-user is allowed to change the order of the drawing objects (such as pictures and charts). |
Move | Gets or sets the document’s capability to change the position of the drawings objects (such as pictures or charts). |
MoveAllowed | Gets whether an end-user is allowed to move drawing objects (such as pictures and charts). |
Resize | Gets or sets the document’s capability to alter the size of the drawing objects (such as pictures or charts). |
ResizeAllowed | Gets whether an end-user is allowed to resize drawing objects (such as pictures and charts). |
Rotate | Gets or sets the document’s capability to rotate the drawing objects (such as pictures or charts). |
RotateAllowed | Gets whether an end-user is allowed to rotate drawing objects (such as pictures and charts). |
See Also