Gets the UserCellGroup at the specified index in the current collection.

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

Syntax

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

Parameters

index
Type: System..::..Int32
The index in the current collection.

Return Value

The UserCellGroup at the specified index.

See Also