GrapeCity.Win.MultiRow.v80 アセンブリ > GrapeCity.Win.MultiRow 名前空間 > GcMultiRow クラス > GetRowDisplayRectangle メソッド : GetRowDisplayRectangle(Int32,Int32,Int32) メソッド |
Public Overloads Function GetRowDisplayRectangle( _ ByVal viewportRowIndex As Integer, _ ByVal viewportColumnIndex As Integer, _ ByVal rowIndex As Integer _ ) As Rectangle
public Rectangle GetRowDisplayRectangle( int viewportRowIndex, int viewportColumnIndex, int rowIndex )
例外 | 解説 |
---|---|
System.ArgumentOutOfRangeException | rowIndexが0未満か、Rowの数 - 1を超えています。 または viewportRowIndexが0未満か、垂直方向のビューポートの数 - 1を超えています。 または viewportColumnIndexが0未満か、水平方向のビューポートの数 - 1を超えています。 |