C# Class GridDesktop.Examples.WorkingWithRowsandColumns.CustomValidation

Inheritance: Aspose.Cells.GridDesktop.ICustomValidation
Show file Open project: aspose-cells/Aspose.Cells-for-.NET

Public Methods

Method Description
Validate ( Worksheet worksheet, int row, int col, object value ) : bool

Method Details

Validate() public method

public Validate ( Worksheet worksheet, int row, int col, object value ) : bool
worksheet Worksheet
row int
col int
value object
return bool