[]
        
(Showing Draft Content)

FarPoint.Win.Spread.CellType.ComboBoxCellType.IsValid

IsValid Method

IsValid(object)

Determines whether the specified value is valid.

Declaration
public override bool IsValid(object value)
Public Overrides Function IsValid(value As Object) As Boolean
Parameters
Type Name Description
object value

Specified value in the editor control

Returns
Type Description
bool

True if the value is valid; otherwise, false

Overrides