Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / GcSpreadSheet Class / TabStripRatio Property


In This Topic
    TabStripRatio Property (GcSpreadSheet)
    In This Topic
    Gets or sets the width of the tab strip for this component expressed as a percentage of the overall horizontal scroll bar width.
    Syntax
    'Declaration
     
    <CategoryAttribute("Spread Workbook")>
    <DefaultValueAttribute(0.5)>
    Public Property TabStripRatio As Double
    'Usage
     
    Dim instance As GcSpreadSheet
    Dim value As Double
     
    instance.TabStripRatio = value
     
    value = instance.TabStripRatio
    [Category("Spread Workbook")]
    [DefaultValue(0.5)]
    public double TabStripRatio {get; set;}
    See Also