Search
EditCellTextEventArgs Properties
 


 Public Properties

  Name Description

Cell

Get the cell whose text has been edited.

Column

Gets the index of the table's column that contains Cell.

NewText

Gets the text that has just been entered by the user.

OldText

Gets the text that had been displayed in the cell before the user edited it.

Row

Gets the index of the table's row that contains Cell.

Table

Get the table that contains Cell.

 See Also