true
public bool Validate( int row, int column, bool doAction )
'Declaration Public Function Validate( _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal doAction As Boolean _ ) As Boolean
'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)
'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)
SheetView Class SheetView Members