'Declaration Function IndexOf( _ ByVal content As LayoutContent _ ) As Integer
'Usage Dim instance As ILayoutContentSelector Dim content As LayoutContent Dim value As Integer value = instance.IndexOf(content)
int IndexOf( LayoutContent content )
Parameters
- content
- The content whose index will be returned.
Return Value
The index of the specified anchorable of document content.