'Declaration
Public Function New( _
ByVal As SpreadView, _
ByVal As Graphics, _
ByVal As Boolean, _
ByVal As Rectangle, _
ByVal As Integer, _
ByVal As CellRange _
)
'使用法
Dim view As SpreadView
Dim g As Graphics
Dim isHeader As Boolean
Dim rectangle As Rectangle
Dim pageNum As Integer
Dim cells As CellRange
Dim instance As New PrintHeaderFooterAreaEventArgs(view, g, isHeader, rectangle, pageNum, cells)
public PrintHeaderFooterAreaEventArgs(
SpreadView ,
Graphics ,
bool ,
Rectangle ,
int ,
CellRange
)