PrintDocument for WinForms
GetRightBottomBounds メソッド (TableCellCollection)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > TableCellCollection クラス : GetRightBottomBounds メソッド
Gets the bounds of the initialized cells area. The returned System.Drawing.Size structure's System.Drawing.Size.Width contains the column index of the rightmost initialized cell + 1, while System.Drawing.Size.Height contains the row index of the bottommost initialized cell + 1.
シンタックス
'宣言
 
Public Function GetRightBottomBounds() As System.Drawing.Size
'使用法
 
Dim instance As TableCellCollection
Dim value As System.Drawing.Size
 
value = instance.GetRightBottomBounds()
public System.Drawing.Size GetRightBottomBounds()

戻り値の型

The size of the initialized cells area.
参照

TableCellCollection クラス
TableCellCollection メンバ
FindCell メソッド