Gets or sets a DocumentFont in the current collection by its index.

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

Syntax

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

Parameters

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

Return Value

The DocumentFont with the specified index.

See Also