[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IWorkbookView.AllowSheetReorder

AllowSheetReorder Property

AllowSheetReorder

Gets or sets whether worksheet tabs can be reordered.

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

true if worksheet tabs can be reordered; otherwise, false.

Examples
IWorkbookView bookView = workbook.BookView;
bookView.AllowSheetReorder = true;
bool allowSheetReorder = bookView.AllowSheetReorder;