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

セルのスコープ。
ビューポートの行インデックス。
ビューポートの列インデックス。
セクションのインデックス。
セルの表示部分のみを返す場合は true。セル境界全体を返す場合は false
指定したセクションの表示領域を表す長方形を取得します。
構文
Public Overloads Function GetSectionDisplayRectangle( _
   ByVal scope As CellScope, _
   ByVal viewportRowIndex As Integer, _
   ByVal viewportColumnIndex As Integer, _
   ByVal sectionIndex As Integer, _
   ByVal cutOverflow As Boolean _
) As Rectangle

パラメータ

scope
セルのスコープ。
viewportRowIndex
ビューポートの行インデックス。
viewportColumnIndex
ビューポートの列インデックス。
sectionIndex
セクションのインデックス。
cutOverflow
セルの表示部分のみを返す場合は true。セル境界全体を返す場合は false

戻り値の型

セクションの表示長方形を表す System.Drawing.Rectangle
例外
例外解説
System.ArgumentOutOfRangeException

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

または

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

または

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

参照

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

 

 


© 2008-2015 GrapeCity inc. All rights reserved.