'Declaration Public Function IsValid( _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal value As Object _ ) As Boolean
Parameters
- row
- The row.
- column
- The column.
- value
- The value.
Return Value
true
if the specified cell value is valid; otherwise, false
.