ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.SpreadBuilder Assembly / GrapeCity.SpreadBuilder Namespace / DDSheet Class / SetRowAutoSize Method

In This Topic
    SetRowAutoSize Method
    In This Topic
    Sets the AutoSize property for the row. If the value is false, the row height can deviate from the font height. If the value is true, the height of the row will be directly based on the size of the text in the row.
    Syntax
    'Declaration
     
    Public Sub SetRowAutoSize( _
       ByVal row As Integer, _
       ByVal flag As Boolean _
    ) 
    public void SetRowAutoSize( 
       int row,
       bool flag
    )

    Parameters

    row
    flag
    Remarks
    This function sets the fUnsynced bitflag for the Biff Row record. This flag allows the row height to deviate from the font height.
    See Also