Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / TabInfo Class / ScrollIncrement Property
Example


In This Topic
    ScrollIncrement Property
    In This Topic
    Gets or sets the scroll increment for the sheet name tabs.
    Syntax
    'Declaration
     
    
    Public Property ScrollIncrement As Integer
    'Usage
     
    
    Dim instance As TabInfo
    Dim value As Integer
     
    instance.ScrollIncrement = value
     
    value = instance.ScrollIncrement
    public int ScrollIncrement {get; set;}

    Property Value

    Integer number of tabs to increment
    Example
    This example shows how to set the display of the sheet name tabs.
    See Also