FlexGrid for UWP/WinRT
AutoSizeFixedRows(Int32,Int32,Double) メソッド

サイズ変更する最初の行のインデックス。
サイズ変更する最後の行のインデックス。
行に追加する付加部分の高さ(ピクセル単位)。
表示コンテンツに合わせて固定行範囲をサイズ変更します。
構文
'宣言
 
Public Overloads Sub AutoSizeFixedRows( _
   ByVal startRow As System.Integer, _
   ByVal endRow As System.Integer, _
   ByVal extra As System.Double _
) 
public void AutoSizeFixedRows( 
   System.int startRow,
   System.int endRow,
   System.double extra
)

パラメータ

startRow
サイズ変更する最初の行のインデックス。
endRow
サイズ変更する最後の行のインデックス。
extra
行に追加する付加部分の高さ(ピクセル単位)。
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

関連項目

C1FlexGrid クラス
C1FlexGrid メンバ
オーバーロード一覧

Send Feedback