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

In This Topic
    SizingMode Property (TableCol)
    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