SetTitleRows Method (top, bottom)

Yogesh.ExcelXml

A Sandcastle Documented Class Library SetTitleRows Method (top, bottom)
NamespacesYogesh.ExcelXmlPrintOptionsSetTitleRows(Int32, Int32)
Sets print header rows which are repeated at top on every page
Declaration Syntax
C# Visual Basic Visual C++
public void SetTitleRows(
	int top,
	int bottom
)
Public Sub SetTitleRows ( _
	top As Integer, _
	bottom As Integer _
)
public:
void SetTitleRows(
	int top, 
	int bottom
)
Parameters
top (Int32)
Top print row
bottom (Int32)
Bottom print row
Remarks
Important Note: Top and bottom row parameters are NOT zero based like row and column indexers

Assembly: Yogesh.ExcelXml (Module: Yogesh.ExcelXml) Version: 2.89.501.2158