'Declaration Public Function Validate( _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal doAction As Boolean _ ) As Boolean
Parameters
- row
- row index
- column
- column index
- doAction
- if set to
true
the corresponding validate action is executed when necessary.