TdxCustomSpreadSheet.OnCustomDrawTableViewCommonCell Event
Enables you to implement a custom draw routine for helper visual elements within a Table View worksheet.
Declaration
property OnCustomDrawTableViewCommonCell: TdxSpreadSheetCustomDrawTableViewCommonCellEvent read; write;
Remarks
This event is occurs before drawing various helper cell-related visual elements within a Table View worksheet, such as frozen pane separators.
The Sender
parameter specifies the Table View worksheet in which the painting operation is performed.
The ACanvas
parameter specifies the drawing surface.
The AViewInfo
parameter returns ViewInfo information for painting a helper cell-related visual element.
The AHandled parameter specifies whether default painting is required. Passing True as the AHandled parameter prevents the default painting of helper cell-related visual elements, allowing you to provide a custom painter instead.
See Also