ChartPartCollectionIndexOf Method |
Returns the index of the specified
ChartPart in the collection
Namespace: Easymap.AddIn.AnalyseAssembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntaxpublic int IndexOf(
ChartPart item
)
Public Function IndexOf (
item As ChartPart
) As Integer
Parameters
- item ChartPart
-
Return Value
Int32
See Also