PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.8 Assembly / C1.C1Preview Namespace / TableRow Class / SizingMode Property

In This Topic
    SizingMode Property (TableRow)
    In This Topic
    Gets or sets a TableSizingModeEnum value determining how the size of the current vector (height for rows, width for columns) is calculated.
    Syntax
    'Declaration
     
    Public Property SizingMode As TableSizingModeEnum
    public TableSizingModeEnum SizingMode {get; set;}
    See Also