Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / TableRowCollection Class / VectorCount Property

In This Topic
    VectorCount Property (TableRowCollection)
    In This Topic
    Gets the physical count of vectors (rows or columns) currently stored in this TableVectorCollection.
    Syntax
    'Declaration
     
    Public ReadOnly Property VectorCount As Integer
    public int VectorCount {get;}
    See Also