Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / TabStrip Class / UseExcel2013Style Property


In This Topic
    UseExcel2013Style Property
    In This Topic
    Syntax
    'Declaration
     
    Public Property UseExcel2013Style As Boolean
    'Usage
     
    Dim instance As TabStrip
    Dim value As Boolean
     
    instance.UseExcel2013Style = value
     
    value = instance.UseExcel2013Style
    public bool UseExcel2013Style {get; set;}
    See Also