[]
        
(Showing Draft Content)

C1.Document.C1KeyedList-2.IndexOf

IndexOf Method

IndexOf(TItem)

Gets the index of the specified page in the document.

Declaration
public int IndexOf(TItem item)
Public Function IndexOf(item As TItem) As Integer
Parameters
Type Name Description
TItem item

The document page object.

Returns
Type Description
int

The index of the specified page in the document.