Spread for ASP.NET 12 Product Documentation
ValidateEditorValue Method (BaseCellType)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > BaseCellType Class : ValidateEditorValue Method
Value to be validated
Validates the given value.
Syntax
'Declaration
 
Public Overridable Function ValidateEditorValue( _
   ByVal value As Object _
) As String
'Usage
 
Dim instance As BaseCellType
Dim value As Object
Dim value As String
 
value = instance.ValidateEditorValue(value)
public virtual string ValidateEditorValue( 
   object value
)

Parameters

value
Value to be validated
See Also

Reference

BaseCellType Class
BaseCellType Members