Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderTable Class / StretchColumns Property

In This Topic
    StretchColumns Property
    In This Topic
    Gets or sets the mode of stretching the columns of the current table when filling an empty space on the right of the table.
    Syntax
    'Declaration
     
    Public Property StretchColumns As StretchTableEnum
    public StretchTableEnum StretchColumns {get; set;}
    See Also