C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / C1AnchorCollection Class / IndexOf Method
The anchor to search for.

In This Topic
IndexOf Method (C1AnchorCollection)
In This Topic
Returns the index of a C1Anchor in the current collection.
Syntax
'Declaration
 
Public Function IndexOf( _
   ByVal anchor As C1Anchor _
) As Integer
 

Parameters

anchor
The anchor to search for.

Return Value

The index of the specified anchor in the current collection, or -1.
See Also