Show / Hide Table of Contents

Class FindArguments

Inheritance
System.Object
FindArguments
ReplaceArguments
Namespace: DRIT.Spreadsheet.FindReplace
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
Type Description
SearchIn

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
Type Description
SearchBy
Back to top Generated by DocFX