FlexReport for WinForms
SearchScope 列挙体


C1.Document アセンブリ > C1.Document 名前空間 : SearchScope 列挙体
Specifies text search scope.
シンタックス
'宣言
 
Public Enum SearchScope 
   Inherits System.Enum
'使用法
 
Dim instance As SearchScope
public enum SearchScope : System.Enum 
メンバ
メンバ解説
FirstOccurrence
Searches till the first occurrence is found.
SinglePage
Searches within the specified page only.
WholeDocument
Searches to the end of the document.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Document.SearchScope

参照

参照

C1.Document 名前空間