GetRightBottomBounds Method (TableCellCollection)
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.
'Declaration
Public Function GetRightBottomBounds() As Size
public Size GetRightBottomBounds()
Return Value
The size of the initialized cells area.