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