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.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public TableVectorGroup this[
	int position,
	int count
] { get; }
Visual Basic
Public ReadOnly Default Property Item ( _
	position As Integer, _
	count As Integer _
) As TableVectorGroup
	Get

Parameters

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

Return Value

The TableVectorGroup with the specified criteria.

See Also