'Declaration Public Enum SearchFoundFlags Inherits System.Enum
'Usage Dim instance As SearchFoundFlags
public enum SearchFoundFlags : System.Enum
'Declaration Public Enum SearchFoundFlags Inherits System.Enum
'Usage Dim instance As SearchFoundFlags
public enum SearchFoundFlags : System.Enum
Member | Description |
---|---|
CellNote | [2] Indicates that the string is found in the cell note |
CellTag | [4] Indicates that the string is found in the cell tag |
CellText | [1] Indicates that the string is found in the cell text |
When using the search methods for searching a cell in the data area, the value may be single member, such as "CellText", or it may be a number if the found string is in more than one. Possible numeric values are:
When using the search methods for searching a cell in the headers, the value is typically a single member.
System.Object
System.ValueType
System.Enum
FarPoint.Web.Spread.SearchFoundFlags