Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / TableVectorGroupCollection Class / Item(Int32,Int32) Property
The index in the containing table of the first row or column in the group.
The number of rows or columns in the group.

In This Topic
    Item(Int32,Int32) Property
    In This Topic
    Gets the row or column group that has the specified position in the containing table and element count. This property always returns a TableVectorGroup object. If the group with the specified parameters did not exist, it is created and added to the current collection.
    Syntax
    'Declaration
     
    Public ReadOnly Property Item( _
       ByVal position As Integer, _
       ByVal count As Integer _
    ) As TableVectorGroup
    public TableVectorGroup Item( 
       int position,
       int count
    ) {get;}

    Parameters

    position
    The index in the containing table of the first row or column in the group.
    count
    The number of rows or columns in the group.

    Property Value

    The TableVectorGroup with the specified criteria.
    See Also