Gets or sets the element at the specified index.
Namespace:
C1.Win.C1PreviewAssembly: C1.Win.C1Report.2 (in C1.Win.C1Report.2.dll)
Syntax
C# |
---|
public VisitedDocument this[ int index ] { get; set; } |
Visual Basic |
---|
Public Default Property Item ( _ index As Integer _ ) As VisitedDocument Get Set |
Parameters
- index
- Type: System..::..Int32
The index in the current collection.