Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / StyleInfo Class / ResetTabStop Method
Example


In This Topic
    ResetTabStop Method (StyleInfo)
    In This Topic
    Resets the TabStop property to its default value.
    Syntax
    'Declaration
     
    
    Public Sub ResetTabStop() 
    'Usage
     
    
    Dim instance As StyleInfo
     
    instance.ResetTabStop()
    public void ResetTabStop()
    Example
    This example uses the ResetTabStop method.
    See Also