[]
        
(Showing Draft Content)

C1.C1Preview.TableCellCollection.GetRightBottomBounds

GetRightBottomBounds Method

GetRightBottomBounds()

Gets the bounds of the initialized cells area. The returned Size structure's Width contains the column index of the rightmost initialized cell + 1, while Height contains the row index of the bottommost initialized cell + 1.

Declaration
public Size GetRightBottomBounds()
Returns
Type Description
Size

The size of the initialized cells area.

See Also