'宣言 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()
戻り値の型
Size 構造体。フィールド Width には、右端の列の番号 + 1が含まれます。フィールド Height には、下端の行の番号 + 1が含まれます。