Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / RichTextCellType Class / IsValid Method
Object that contains the entry


In This Topic
    IsValid Method (RichTextCellType)
    In This Topic
    Returns whether the entry is valid.
    Syntax
    'Declaration
     
    
    Public Overrides Function IsValid( _
       ByVal o As Object _
    ) As Boolean
    'Usage
     
    
    Dim instance As RichTextCellType
    Dim o As Object
    Dim value As Boolean
     
    value = instance.IsValid(o)
    public override bool IsValid( 
       object o
    )

    Parameters

    o
    Object that contains the entry
    See Also