ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.SpreadBuilder Assembly / GrapeCity.SpreadBuilder Namespace / DDSheet Class / SetRowHeight Method
The row number to set the hieght on (zero based).
The height to set the row to in 1/20th of a point.

In This Topic
    SetRowHeight Method
    In This Topic
    Sets the row height on the BiffRow object that represents the specified row number.
    Syntax
    'Declaration
     
    Public Sub SetRowHeight( _
       ByVal row As Integer, _
       ByVal height As Short _
    ) 
    public void SetRowHeight( 
       int row,
       short height
    )

    Parameters

    row
    The row number to set the hieght on (zero based).
    height
    The height to set the row to in 1/20th of a point.
    See Also