[]
        
(Showing Draft Content)

FarPoint.Win.Spread.EnhancedInterfaceRenderer.PaintRangeGroupArea

PaintRangeGroupArea Method

PaintRangeGroupArea(Graphics, int, int, int, int)

Paints excel group area.

Declaration
public void PaintRangeGroupArea(Graphics g, int x, int y, int width, int height)
Public Sub PaintRangeGroupArea(g As Graphics, x As Integer, y As Integer, width As Integer, height As Integer)
Parameters
Type Name Description
Graphics g

Graphics device interface for painting the area

int x

left-coordinate

int y

top-coordinate

int width

Width, in pixels

int height

Height, in pixels

Implements