[]
Gets validators which associates to the specified cell range.
public BaseDataValidator[] GetValidators(int row, int column, int rowCount, int columnCount)
Public Function GetValidators(row As Integer, column As Integer, rowCount As Integer, columnCount As Integer) As BaseDataValidator()
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 |
Type | Description |
---|---|
BaseDataValidator[] | The validators belong to the specified cell range. |