Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridBase.GridBaseReference Class / ResizeRow Method

In This Topic
    ResizeRow Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Sub ResizeRow( _
       ByVal rowIndex As Integer, _
       ByVal height As Double _
    ) 
    public void ResizeRow( 
       int rowIndex,
       double height
    )

    Parameters

    rowIndex
    height
    See Also