AutoComplete for ASP.NET Web Forms
StartSection メソッド (HtmlFilter)

C1.C1Report.4 アセンブリ > C1.C1Report 名前空間 > HtmlFilter クラス : StartSection メソッド
The section being rendered.
Left position of the section, in twips.
Top position of the section, in twips.
Called when the component starts rendering a section.
シンタックス
'宣言
 
Public Overrides Sub StartSection( _
   ByVal section As Section, _
   ByVal x As System.Double, _
   ByVal y As System.Double _
) 
public override void StartSection( 
   Section section,
   System.double x,
   System.double y
)

パラメータ

section
The section being rendered.
x
Left position of the section, in twips.
y
Top position of the section, in twips.
参照

HtmlFilter クラス
HtmlFilter メンバ