Spread Windows Forms 17
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.


In This Topic
    Validate Method (SheetView)
    In This Topic
    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