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


In This Topic
    ResetWidth Method
    In This Topic
    Resets the width for the column and makes the column inherit the width from the default column.
    Syntax
    'Declaration
     
    
    Public Sub ResetWidth() 
    'Usage
     
    
    Dim instance As Column
     
    instance.ResetWidth()
    public void ResetWidth()
    Example
    This example uses the ResetWidth method.
    See Also