ReportAreaCollection.Item Property |
Get the area key at the specified index.
Namespace:
Easymap.AddIn.Elements
Assembly:
Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntaxpublic string this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As String
Get
Parameters
- index
- Type: System.Int32
Property Value
Type:
String
See Also