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


In This Topic
    SheetTabRatio Property
    In This Topic
    Specifies ratio between the workbook tabs bar and the horizontal scroll bar.
    Syntax
    'Declaration
     
    
    Public Property SheetTabRatio As Double
    'Usage
     
    
    Dim instance As Workbook
    Dim value As Double
     
    instance.SheetTabRatio = value
     
    value = instance.SheetTabRatio
    public double SheetTabRatio {get; set;}

    Property Value

    The default value for this attribute is 0.6.
    See Also