[]
        
(Showing Draft Content)

FarPoint.Win.Spread.CellType.RichTextCellType.IsValid

IsValid Method

IsValid(object)

Returns whether the entry is valid.

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

Object that contains the entry

Returns
Type Description
bool

True if the value is valid; otherwise, false

Overrides