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


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Editor Namespace > IEditor Interface : ValidateEditorValue Method
Object to validate
Validates the input value for the editor control.
Syntax
'Declaration
 
Function ValidateEditorValue( _
   ByVal value As Object _
) As String
'Usage
 
Dim instance As IEditor
Dim value As Object
Dim value As String
 
value = instance.ValidateEditorValue(value)
string ValidateEditorValue( 
   object value
)

Parameters

value
Object to validate
See Also

Reference

IEditor Interface
IEditor Members