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

In This Topic
    RowSizingMode Property
    In This Topic
    Gets or sets a value determining how the heights of table rows are calculated. The default is TableSizingModeEnum.Auto.
    Syntax
    'Declaration
     
    Public Property RowSizingMode As TableSizingModeEnum
    public TableSizingModeEnum RowSizingMode {get; set;}
    See Also