GrapeCity.Win.MultiRow.v80 アセンブリ > GrapeCity.Win.MultiRow 名前空間 > GcMultiRow クラス > GetCellDisplayRectangle メソッド : 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
public Rectangle GetCellDisplayRectangle( CellScope scope, int viewportRowIndex, int viewportColumnIndex, int sectionIndex, int cellIndex )
例外 | 解説 |
---|---|
System.ComponentModel.InvalidEnumArgumentException | scopeがCellScope値の1つではありません。 |
System.ArgumentOutOfRangeException | sectionIndexが0未満か、Sectionの数 - 1を超えています。 または cellIndexが0未満か、SectionのCellの数 - 1を超えています。 または viewportRowIndexが0未満か、垂直方向のビューポートの数 - 1を超えています。 または viewportColumnIndexが0未満か、水平方向のビューポートの数 - 1を超えています。 |