Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / TableVector Class / Size Property

In This Topic
    Size Property (TableVector)
    In This Topic
    Gets or sets the size of the current vector (height if the vector is a TableRow, width if the vector is a TableCol).
    Syntax
    'Declaration
     
    Public Property Size As Unit
    public Unit Size {get; set;}
    See Also