GrapeCity MultiRow Windows Forms Documentation
Validate(Boolean) Method


if set to true the corresponding validate action is executed when necessary.
Validates this cell.
Syntax
Public Function Validate( _
   ByVal doAction As Boolean _
) As Boolean
Dim instance As Cell
Dim doAction As Boolean
Dim value As Boolean
 
value = instance.Validate(doAction)
public bool Validate( 
   bool doAction
)

Parameters

doAction
if set to true the corresponding validate action is executed when necessary.

Return Value

true if no validation fails; otherwise false.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Cell Class
Cell Members

 

 


Copyright © GrapeCity, inc. All rights reserved.