GrapeCity.Xaml.SpreadSheet.Data
IsValidValue Method


The value.
Determines whether the specified value is valid.
Syntax
'Declaration
 
Public Function IsValidValue( _
   ByVal value As Object _
) As Boolean
'Usage
 
Dim instance As Cell
Dim value As Object
Dim value As Boolean
 
value = instance.IsValidValue(value)
public bool IsValidValue( 
   object value
)

Parameters

value
The value.

Return Value

true if the specified value is valid; otherwise, false.
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

Cell Class
Cell Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options