TdxCustomSpreadSheet.OnCustomDrawTableViewCell Event
Enables you to implement a custom draw routine for cells within a Table View worksheet.
Declaration
property OnCustomDrawTableViewCell: TdxSpreadSheetCustomDrawTableViewCellEvent read; write;
Remarks
This event is occurs every time a cell is about to be drawn.
The Sender
parameter specifies the Table View worksheet that raised the event.
The ACanvas
parameter specifies the drawing surface.
The AViewInfo
parameter returns ViewInfo information required to draw the processed cell.
The AHandled
parameter specifies if built-in draw routines are executed. Assign True
to the AHandled
parameter to disable built-in draw routines.
See Also