[]
        
(Showing Draft Content)

FarPoint.Win.Spread.SheetView.GetValidators

GetValidators Method

GetValidators(int, int, int, int)

Gets validators which associates to the specified cell range.

Declaration
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()
Parameters
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

Returns
Type Description
BaseDataValidator[]

The validators belong to the specified cell range.