Skip to main content
A newer version of this page is available. .

ASPxSpreadsheetWorksheetBehaviorOptions Properties

Provides options to restrict an end-user’s ability to manage a document within the ASPxSpreadsheet.
Name Description
Delete Gets or sets the document’s capability to delete worksheets.
DeleteAllowed This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.
Hide Gets or sets the document’s capability to hide worksheets.
HideAllowed This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.
Insert Gets or sets the document’s capability to insert new worksheets.
InsertAllowed This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.
Rename Gets or sets the document’s capability to rename worksheets.
RenameAllowed This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.
Unhide Gets or sets the document’s capability to unhide worksheets.
UnhideAllowed This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.
See Also