Gets or sets a value indicating whether the validation should be skipped for blank cells.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
bool AllowBlankCells { get; set; } |
Visual Basic
Copy Code
|
|---|
Property AllowBlankCells As Boolean |
true if cells with no data should be skipped by the validation; otherwise, false.
See Also