バージョン

GetCaptionAreaHeight(UltraGridSummaryRow) メソッド

集計フッターのキャプションで必要な高さを返します。表示されるキャプションがない場合は 0 を返します。注: このメソッドには境界が含まれます。
シンタックス
'宣言
 
Public Function GetCaptionAreaHeight( _
   ByVal summaryRowContext As UltraGridSummaryRow _
) As Integer
public int GetCaptionAreaHeight( 
   UltraGridSummaryRow summaryRowContext
)

パラメータ

summaryRowContext
コンテキストとして使用するための UltraGridSummaryRow。

戻り値の型

集計フッターのキャプションで必要な高さ。
参照