[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IWorkbookView.TabEditable

TabEditable Property

TabEditable

Gets or sets whether editing worksheet tab names is allowed.

Declaration
bool TabEditable { get; set; }
Property TabEditable As Boolean
Property Value
Type Description
bool

true if editing worksheet tab names is allowed; otherwise, false.

Examples
IWorkbookView bookView = workbook.BookView;
bookView.TabEditable = true;
bool tabEditable = bookView.TabEditable;