ComponentOne Document Library for WinForms
FoundPositions Property

C1.Win.C1Document.4 Assembly > C1.Win.C1Document Namespace > C1TextSearchManager Class : FoundPositions Property
Gets the list of C1FoundPosition objects defining found text positions.
Syntax
'Declaration
 
Public ReadOnly Property FoundPositions As System.Collections.Generic.IList(Of C1FoundPosition)
public System.Collections.Generic.IList<C1FoundPosition> FoundPositions {get;}
See Also

Reference

C1TextSearchManager Class
C1TextSearchManager Members