[]
Paints the grid lines for the cell.
public void PaintCellGridLine(Graphics g, int x, int y, int width, int height, Appearance appearance)
Public Sub PaintCellGridLine(g As Graphics, x As Integer, y As Integer, width As Integer, height As Integer, appearance As Appearance)
Type | Name | Description |
---|---|---|
Graphics | g | Graphics device interface for painting the cell |
int | x | X-coordinate of the cell |
int | y | Y-coordinate of the cell |
int | width | Width of the cell |
int | height | Height of the cell |
Appearance | appearance | Appearance settings of the cell |