Gets the Style at the specified index. Creates missing styles as needed (i.e. if Style[2] is accessed, elements at indices 0, 1 and 2 are created if they had not been created before).

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

Syntax

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

Parameters

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

Return Value

The element at the specified index.

See Also