Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / GcSpreadSheet Class / ShowSheetTabs Property


In This Topic
    ShowSheetTabs Property (GcSpreadSheet)
    In This Topic
    Gets or sets a boolean value that indicates whether to display the sheet tabs in the user interface.
    Syntax
    'Declaration
     
    <BindableAttribute(True)>
    <CategoryAttribute("Workbook")>
    Public Property ShowSheetTabs As Boolean
    'Usage
     
    Dim instance As GcSpreadSheet
    Dim value As Boolean
     
    instance.ShowSheetTabs = value
     
    value = instance.ShowSheetTabs
    [Bindable(true)]
    [Category("Workbook")]
    public bool ShowSheetTabs {get; set;}
    Remarks
    A value of true or false indicates that the sheet tabs shall not be shown.
    See Also