CustomDrawCellEventArgsBase Properties
Provides data for the SpreadsheetControl.CustomDrawCell event.| Name | Description |
|---|---|
| Bounds | Returns the bounding rectangle of the drawing area. |
| Cache | Gets an object that serves as the storage for pens, fonts and brushes. Inherited from CustomDrawObjectEventsArgs. |
| Cell | Gets the worksheet cell being painted. |
| FillBounds | Returns the bounding rectangle of the drawing area for painting the cell background. |
| Graphics | Gets an object used for painting. Inherited from CustomDrawObjectEventsArgs. |
| Handled | Gets or sets whether an event is handled. If true, the default actions are not required. Inherited from CustomDrawObjectEventsArgs. |
See Also