Spread Windows Forms 12.0 Product Documentation
OnPrintHeaderFooterArea Method


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > FpSpread Class : OnPrintHeaderFooterArea Method
PrintHeaderFooterAreaEventArgs object that contains the event data
Raises the PrintHeaderFooterArea event.
Syntax
'Declaration
 
Protected Overridable Sub OnPrintHeaderFooterArea( _
   ByVal e As PrintHeaderFooterAreaEventArgs _
) 
'Usage
 
Dim instance As FpSpread
Dim e As PrintHeaderFooterAreaEventArgs
 
instance.OnPrintHeaderFooterArea(e)
protected virtual void OnPrintHeaderFooterArea( 
   PrintHeaderFooterAreaEventArgs e
)

Parameters

e
PrintHeaderFooterAreaEventArgs object that contains the event data
See Also

Reference

FpSpread Class
FpSpread Members