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

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > C1FlexGridBase クラス > MeasureCellSize メソッド : MeasureCellSize(Int32,Int32) メソッド
Specified cell row.
Specified cell column.
Measures the specified cell when drawn.
シンタックス
'宣言
 
Public Overloads Function MeasureCellSize( _
   ByVal row As System.Integer, _
   ByVal col As System.Integer _
) As System.Drawing.Size
public System.Drawing.Size MeasureCellSize( 
   System.int row,
   System.int col
)

パラメータ

row
Specified cell row.
col
Specified cell column.

戻り値の型

Returns the size that the specified cell will occupy after drawing.
解説
Creates a new System.Drawing.Graphics object on each call. To calculate the size of multiple cells, use MeasureCellSize(Graphics,Int32,Int32)
参照

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