[]
        
(Showing Draft Content)

FarPoint.Win.Spread.CellType.EnhancedRowHeaderRenderer.PaintCellGridLine

PaintCellGridLine Method

PaintCellGridLine(Graphics, int, int, int, int, Appearance)

Paints the grid lines for the cell.

Declaration
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)
Parameters
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

Implements