[]
        
(Showing Draft Content)

GrapeCity.Documents.Drawing.CellStyle.CustomDraw

CustomDraw Property

CustomDraw

Gets or sets a delegate that draws custom content in a table cell (before drawing a TextLayout).

Declaration
public Action<GcGraphics, TableCell> CustomDraw { get; set; }
Public Property CustomDraw As Action(Of GcGraphics, TableCell)