Click or drag to resize
ValidateCellEventArgs Properties

The ValidateCellEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyCol
Gets or sets the column index of the cell.
(Inherited from CellEventArgs.)
Public propertyIsValid
Gets or sets whether the data in the cell is valid.
Public propertyRow
Gets or sets the row index of the cell.
(Inherited from CellEventArgs.)
Top
See Also