'宣言 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.