FlexPivot for WinForms
AutoSizeRows(Int32,Int32,Int32,Int32,Int32,AutoSizeFlags) メソッド

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > C1FlexGridBase クラス > AutoSizeRows メソッド : AutoSizeRows(Int32,Int32,Int32,Int32,Int32,AutoSizeFlags) メソッド
Top row in the range.
Left column in the range.
Bottom row in the range.
Right column in the range.
Amount of extra space, in pixels, to add to the row heights.
Flags that control auto-sizing options.
Adjusts the height of a row range to fit the data in a cell range.
シンタックス
'宣言
 
Public Overloads Overridable Sub AutoSizeRows( _
   ByVal topRow As System.Integer, _
   ByVal leftCol As System.Integer, _
   ByVal bottomRow As System.Integer, _
   ByVal rightCol As System.Integer, _
   ByVal extraSpace As System.Integer, _
   ByVal flags As AutoSizeFlags _
) 
public virtual void AutoSizeRows( 
   System.int topRow,
   System.int leftCol,
   System.int bottomRow,
   System.int rightCol,
   System.int extraSpace,
   AutoSizeFlags flags
)

パラメータ

topRow
Top row in the range.
leftCol
Left column in the range.
bottomRow
Bottom row in the range.
rightCol
Right column in the range.
extraSpace
Amount of extra space, in pixels, to add to the row heights.
flags
Flags that control auto-sizing options.
参照

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