MindFusion.Wpf Pack Programmer's Guide
CellRange.Validation Property
See Also
 





Gets an IValidation object that can be used to specify validation rules for the data in the cell range.

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

 Syntax

C#  Copy Code

public IValidation Validation { get; }

Visual Basic  Copy Code

Public ReadOnly Property Validation As IValidation

 Property Value

An IValidation instance.

 See Also

CellRange Members
CellRange Class
MindFusion.Spreadsheet.Wpf Namespace