[]
Clears validators.
public void ClearValidators(int row, int column, int rowCount, int columnCount)
Public Sub ClearValidators(row As Integer, column As Integer, rowCount As Integer, columnCount As Integer)
Type | Name | Description |
---|---|---|
int | row | Row index of first cell in range |
int | column | Column index of first cell in range |
int | rowCount | Number of rows in range |
int | columnCount | Number of columns in range |