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