A Sandcastle Documented Class Library
SetTitleRows Method (top, bottom)
Namespaces ► Yogesh.ExcelXml ► PrintOptions ► SetTitleRows(Int32, Int32)
Sets print header rows which are repeated at top on every page

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 )

- top (Int32)
- Top print row
- bottom (Int32)
- Bottom print row

Important Note: Top and bottom row parameters are NOT zero based like row
and column indexers