Gets or sets a value indicating whether to match entire cells only.
Namespace: MindFusion.Spreadsheet.Wpf.StandardForms
Assembly: MindFusion.Spreadsheet.Wpf.StandardForms
SyntaxC#
Copy Code
|
|---|
public bool WholeCells { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property WholeCells As Boolean |
A boolean value.
See Also