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

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

パラメータ

startCol
サイズ変更する最初の列のインデックス。
endCol
サイズ変更する最後の列のインデックス。
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