Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IWorkbook Interface / ShowSheetTabs Property


In This Topic
    ShowSheetTabs Property (IWorkbook)
    In This Topic
    Specifies a boolean value that indicates whether to display the sheet tabs in the user interface.
    Syntax
    'Declaration
     
    
    Property ShowSheetTabs As Boolean
    'Usage
     
    
    Dim instance As IWorkbook
    Dim value As Boolean
     
    instance.ShowSheetTabs = value
     
    value = instance.ShowSheetTabs
    bool ShowSheetTabs {get; set;}

    Property Value

    A value of true or false indicates that sheet tabs shall not be shown.
    See Also