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