Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / TableRow Class / Stretch Property

In This Topic
    Stretch Property (TableRow)
    In This Topic
    Gets or sets the StretchRowEnum mode of the current row.
    Syntax
    'Declaration
     
    Public Property Stretch As StretchRowEnum
    public StretchRowEnum Stretch {get; set;}
    See Also