[]
Paints the cell when not editing, just for PDF.
void PaintCell(PdfGraphics g, RectangleF r, Appearance appearance, object value, bool isSelected, bool isLocked, float zoomFactor)
Sub PaintCell(g As PdfGraphics, r As RectangleF, appearance As Appearance, value As Object, isSelected As Boolean, isLocked As Boolean, zoomFactor As Single)
| Type | Name | Description |
|---|---|---|
| PdfGraphics | g | |
| RectangleF | r | |
| Appearance | appearance | |
| object | value | |
| bool | isSelected | |
| bool | isLocked | |
| float | zoomFactor |