[]
        
(Showing Draft Content)

FarPoint.Web.Spread.FpSpread.Validate

Validate Method

Validate(object, int, int)

Tests to see if the value is valid for a cell in the active sheet in the Spread component.

Declaration
public string Validate(object value, int row, int column)
Public Function Validate(value As Object, row As Integer, column As Integer) As String
Parameters
Type Name Description
object value

Value to validate

int row

Row index of the cell

int column

Column index of the cell

Returns
Type Description
string