Gets the DataValidation at the specified cell.
Syntax
'Declaration
Public ReadOnly Default Property Item( _
ByVal As Integer, _
ByVal column As Integer _
) As DataValidation
'Usage
Dim instance As DataValidations
Dim row As Integer
Dim column As Integer
Dim value As DataValidation
value = instance.Item(row, column)
public DataValidation this[
int ,
int column
]; {get;}
Parameters
- row
- An integer value indicates the row index.
- column
- An integer value indicates the column index.
Property Value
DataValidation.
See Also