Click or drag to resize

BeginCellLayoutEventArgs Properties

The BeginCellLayoutEventArgs type exposes the following members.

Properties
Name Description
Public property Bounds
Gets the bounds of the cell.
(Inherited from CellLayoutEventArgs .)
Public property CellIndex
Gets the index of the cell.
(Inherited from CellLayoutEventArgs .)
Public property Graphics
Gets the graphics, on which the cell should be drawn.
(Inherited from CellLayoutEventArgs .)
Public property RowIndex
Gets the index of the row.
(Inherited from CellLayoutEventArgs .)
Public property Skip
Gets or sets a value indicating whether the value of this cell should be skipped.
Public property Value
Gets the value.
(Inherited from CellLayoutEventArgs .)
Top
See Also