FlexPivot for WinForms
AutoSizeCols(Int32,Int32,Int32) メソッド

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > C1FlexGridBase クラス > AutoSizeCols メソッド : AutoSizeCols(Int32,Int32,Int32) メソッド
Left column in the range.
Right column in the range.
Amount of extra space, in pixels, to add to the column widths.
Adjusts the width of columns in a range to fit the data.
シンタックス
'宣言
 
Public Overloads Overridable Sub AutoSizeCols( _
   ByVal leftCol As System.Integer, _
   ByVal rightCol As System.Integer, _
   ByVal extraSpace As System.Integer _
) 
public virtual void AutoSizeCols( 
   System.int leftCol,
   System.int rightCol,
   System.int extraSpace
)

パラメータ

leftCol
Left column in the range.
rightCol
Right column in the range.
extraSpace
Amount of extra space, in pixels, to add to the column widths.
参照

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