MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering Namespace / CustomPropertyCollection Class / Item Property / Item(Int32) Property
The zero-based index of the element to get.

In This Topic
Item(Int32) Property
In This Topic
Gets the element at the specified index.
Syntax
'Declaration
 
Public Overloads ReadOnly Property Item( _
   ByVal index As Integer _
) As CustomProperty
 

Parameters

index
The zero-based index of the element to get.

Property Value

The element of type CustomProperty located at the specified index.
See Also