Called when the component starts rendering a section.
シンタックス
'宣言
Public Overrides Sub StartSection( _
ByVal As Section, _
ByVal As System.Double, _
ByVal As System.Double _
)
public override void StartSection(
Section ,
System.double ,
System.double
)
パラメータ
- section
- The Section to render.
- x
- Left position of the section, in twips.
- y
- Top position of the section, in twips.
参照