Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / OnPaintGrayArea Method
PaintGrayAreaEventArgs object that contains the event data


In This Topic
OnPaintGrayArea Method
In This Topic
Raises the PaintGrayArea event.
Syntax
'Declaration
 
Protected Overridable Sub OnPaintGrayArea( _
   ByVal e As PaintGrayAreaEventArgs _
) 
 
'Usage
 
Dim instance As FpSpread
Dim e As PaintGrayAreaEventArgs
 
instance.OnPaintGrayArea(e)

Parameters

e
PaintGrayAreaEventArgs object that contains the event data
See Also