[]
Specifies constants that define edit option.
[Flags]
public enum FlexSheetEditOptions
| Name | Description |
|---|---|
| All | Show all of edit option contextMenus and allow drag sheet tabs. |
| AllowDrag | Allow drag the sheet tabs. |
| Delete | Show contextMenu that delete a selected sheet. |
| Hide | Show contextMenu that hide a selected sheet. |
| Insert | Show contextMenu that insert a new sheet. |
| None | Not show contextMenu of FlexSheet tabs. |
| Rename | Show contextMenu that rename a selected sheet. |
| Unhide | Show contextMenu that unhide all of hidden sheet. |