Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Workbook Class / ShowSheetTabs Property


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

    Property Value

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