dotnetCHARTING Send comments on this topic.
IndexOf Method
See Also 
dotnetCHARTING Namespace > ShapeLabelCollection Class : IndexOf Method


label
The Label to find.
Determines the index of a specified Label in this collection.

Syntax

Visual Basic (Declaration) 
Public Function IndexOf( _
   ByVal label As Label _
) As Integer
Visual Basic (Usage)Copy Code
Dim instance As ShapeLabelCollection
Dim label As Label
Dim value As Integer
 
value = instance.IndexOf(label)
C# 
public int IndexOf( 
   Label label
)

Parameters

label
The Label to find.

Return Value

The zero-based index of the specified Label.

See Also

© 2021 All Rights Reserved.