[]
        
(Showing Draft Content)

C1.C1Preview.TableVectorGroupCollection.Item

this Property

this[int, int]

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.

Declaration
public TableVectorGroup this[int position, int count] { get; }
Parameters
Type Name Description
int position

The index in the containing table of the first row or column in the group.

int count

The number of rows or columns in the group.

Property Value
Type Description
TableVectorGroup

The TableVectorGroup with the specified criteria.