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

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