[]
        
(Showing Draft Content)

FarPoint.Win.Spread.SheetView.Validate

Validate Method

Validate(int, int, bool)

Validates a cell.

Declaration
public bool Validate(int row, int column, bool doAction)
Public Function Validate(row As Integer, column As Integer, doAction As Boolean) As Boolean
Parameters
Type Name Description
int row

row index

int column

column index

bool doAction

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

Returns
Type Description
bool