Spread Windows Forms 12.0 Product Documentation
Validate Method


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > SheetView Class : Validate Method
row index
column index
if set to true the corresponding validate action is executed when necessary.
Validates a cell.
Syntax
'Declaration
 
Public Function Validate( _
   ByVal row As Integer, _
   ByVal column As Integer, _
   ByVal doAction As Boolean _
) As Boolean
'Usage
 
Dim instance As SheetView
Dim row As Integer
Dim column As Integer
Dim doAction As Boolean
Dim value As Boolean
 
value = instance.Validate(row, column, doAction)
public bool Validate( 
   int row,
   int column,
   bool doAction
)

Parameters

row
row index
column
column index
doAction
if set to true the corresponding validate action is executed when necessary.
See Also

Reference

SheetView Class
SheetView Members