Interface ICustomValidation

ICustomValidation interface

Interface of a gridcell’s custom validation.

public interface ICustomValidation

Methods

NameDescription
Validate(Worksheet, int, int, object)Validate a gridcell’s data is valid or not.

See Also