Search
DrawCellEventArgs Properties
 


 Public Properties

  Name Description

Bounds

Gets the bounding rectangle of the cell being drawn.

Cell

Gets the cell that should be custom drawn.

Column

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

Graphics

An object implementing the IGraphics interface whose methods should be used to draw the cell.

Row

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

Table

Get the table that contains Cell.

 See Also