C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / C1MultiDocumentItemCollection Class / FindByOutlineNode Method
The outline node to search for.

In This Topic
FindByOutlineNode Method
In This Topic
Searches the items in this collection for a C1MultiDocumentItem with the specified value of the OutlineNode property.
Syntax
'Declaration
 
Public Function FindByOutlineNode( _
   ByVal outlineNode As OutlineNode _
) As C1MultiDocumentItem
 

Parameters

outlineNode
The outline node to search for.

Return Value

The requested item or null.
See Also