ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / TableVectorCollection Class / VectorCount Property

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