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