Spread ASP.NET 16
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / Row Class / ResetHeight Method
Example


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