SpreadsheetRowBehaviorOptions Properties
Provides options to restrict an end-user’s ability to manage rows in a worksheet of the workbook loaded into SpreadsheetControl.| Name | Description |
|---|---|
| AutoFit | Gets or sets the document’s capability to adjust row height to accommodate cell content. |
| AutoFitAllowed | Gets whether an end-user is allowed to use the AutoFit feature for rows. |
| Delete | Gets or sets the document’s capability to delete rows. |
| DeleteAllowed | Gets whether an end-user is allowed to delete rows. |
| Hide | Gets or sets the document’s capability to hide rows. |
| HideAllowed | Gets whether an end-user is allowed to hide rows. |
| Insert | Gets or sets the document’s capability to insert new rows. |
| InsertAllowed | Gets whether an end-user is allowed to insert rows. |
| Resize | Gets or sets the document’s capability to change row heights. |
| ResizeAllowed | Gets whether an end-user is allowed to resize rows. |
| Unhide | Gets or sets the document’s capability to unhide rows. |
| UnhideAllowed | Gets whether an end-user is allowed to unhide rows. |
See Also