Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Printing Namespace / TextHeaderFooterParser Class / OnStartSection Method


In This Topic
OnStartSection Method (TextHeaderFooterParser)
In This Topic
Occurs when a new section started.
Syntax
'Declaration
 
Protected Overrides Sub OnStartSection( _
   ByVal section As HeaderFooterParser.Section _
) 
 
'Usage
 
Dim instance As TextHeaderFooterParser
Dim section As HeaderFooterParser.Section
 
instance.OnStartSection(section)

Parameters

section
See Also