[]
Gets or sets whether editing worksheet tab names is allowed.
bool TabEditable { get; set; }
Property TabEditable As Boolean
| Type | Description |
|---|---|
| bool | true if editing worksheet tab names is allowed; otherwise, false. |
IWorkbookView bookView = workbook.BookView;
bookView.TabEditable = true;
bool tabEditable = bookView.TabEditable;