Search
IValidation.AllowBlankCells Property
See Also
 






Gets or sets a value indicating whether the validation should be skipped for blank cells.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

bool AllowBlankCells { get; set; }

Visual Basic  Copy Code

Property AllowBlankCells As Boolean

 Property Value

true if cells with no data should be skipped by the validation; otherwise, false.

 See Also