Class FindArguments
Inheritance
System.Object
FindArguments
Assembly: DRIT.Spreadsheet.dll
Syntax
public class FindArguments : object
Properties
FindWhat
Declaration
public string FindWhat { get; set; }
Property Value
Type |
Description |
System.String |
|
LookIn
Declaration
public SearchIn LookIn { get; set; }
Property Value
MatchCase
Declaration
public bool MatchCase { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
MatchEntireCellContents
Declaration
public bool MatchEntireCellContents { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
SearchBy
Declaration
public SearchBy SearchBy { get; set; }
Property Value