[]
        
(Showing Draft Content)

FarPoint.Win.Spread.CellType.FlatColumnHeaderRenderer.PaintCellGridLine

PaintCellGridLine Method

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

Paints the cell grid line.

Declaration
public override void PaintCellGridLine(Graphics g, int x, int y, int width, int height, Appearance appearance)
Public Overrides 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 object.

int x

X-coordinate.

int y

Y-coordinate.

int width

Width.

int height

Height.

Appearance appearance

Appearance.

Overrides