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

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

パラメータ

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

戻り値の型

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

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

または

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

または

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

参照

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

 

 


© 2008-2015 GrapeCity inc. All rights reserved.