PowerTools MultiRow for Windows Forms 8.0J
GetCellDisplayRectangle(CellScope,Int32,Int32,Int32,Int32) メソッド

このセルのスコープ。
ビューポートの行インデックス。
ビューポートの列インデックス。
対象のセルのセクションインデックス。
対象のセルのセルインデックス。
指定したセルの表示領域を表す長方形を取得します。
構文
Public Overloads Function GetCellDisplayRectangle( _
   ByVal scope As CellScope, _
   ByVal viewportRowIndex As Integer, _
   ByVal viewportColumnIndex As Integer, _
   ByVal sectionIndex As Integer, _
   ByVal cellIndex As Integer _
) As Rectangle

パラメータ

scope
このセルのスコープ。
viewportRowIndex
ビューポートの行インデックス。
viewportColumnIndex
ビューポートの列インデックス。
sectionIndex
対象のセルのセクションインデックス。
cellIndex
対象のセルのセルインデックス。

戻り値の型

セルの表示長方形を表すSystem.Drawing.Rectangle
例外
例外解説
System.ComponentModel.InvalidEnumArgumentExceptionscopeCellScope値の1つではありません。
System.ArgumentOutOfRangeException

sectionIndex0未満か、Sectionの数 - 1を超えています。

または

cellIndex0未満か、SectionCellの数 - 1を超えています。

または

viewportRowIndex0未満か、垂直方向のビューポートの数 - 1を超えています。

または

viewportColumnIndex0未満か、水平方向のビューポートの数 - 1を超えています。

参照

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

 

 


© 2008-2015 GrapeCity inc. All rights reserved.