SPREAD for WPF 3.0J - GcSpreadGrid
GetCellDisplayBounds メソッド

GrapeCity.Windows.SpreadGrid 名前空間 > GcSpreadGrid クラス : GetCellDisplayBounds メソッド
対象のセルの行インデックス。
対象のセルの列インデックス。
領域。
指定したセルの表示領域を表す四角形を取得します。
シンタックス
'宣言
 
Public Function GetCellDisplayBounds( _
   ByVal row As Integer, _
   ByVal column As Integer, _
   Optional ByVal area As SpreadArea _
) As Rect
public Rect GetCellDisplayBounds( 
   int row,
   int column,
   SpreadArea area
)

パラメータ

row
対象のセルの行インデックス。
column
対象のセルの列インデックス。
area
領域。

戻り値の型

セルの表示領域を表す System.Windows.Rect
参照

GcSpreadGrid クラス
GcSpreadGrid メンバ