PrintDocument for WinForms
GetRightBottomBounds メソッド (UserCellGroupCollection)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > UserCellGroupCollection クラス : GetRightBottomBounds メソッド
Gets the bounding rectangle that includes all cells in all groups in the current collection.
シンタックス
'宣言
 
Public Function GetRightBottomBounds() As System.Drawing.Size
'使用法
 
Dim instance As UserCellGroupCollection
Dim value As System.Drawing.Size
 
value = instance.GetRightBottomBounds()
public System.Drawing.Size GetRightBottomBounds()

戻り値の型

A System.Drawing.Size structure, the System.Drawing.Size.Width of which contains the column index + 1 of the rightmost cell, while the System.Drawing.Size.Height contains the row index + 1 of the bottommost cell.
参照

UserCellGroupCollection クラス
UserCellGroupCollection メンバ