Gets the DictionaryItem with the specified name.

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

Syntax

C#
public DictionaryItem this[
	string index
] { get; }
Visual Basic
Public ReadOnly Default Property Item ( _
	index As String _
) As DictionaryItem
	Get

Parameters

index
Type: System..::..String

See Also