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


In This Topic
    ResetTabStop Method (Column)
    In This Topic
    Resets the tab stop.
    Syntax
    'Declaration
     
    
    Public Sub ResetTabStop() 
    'Usage
     
    
    Dim instance As Column
     
    instance.ResetTabStop()
    public void ResetTabStop()
    Example
    This example uses the ResetTabStop method.
    See Also