Gets the bounding rectangle that includes all cells in all groups in the current collection.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public Size GetRightBottomBounds()
Visual Basic
Public Function GetRightBottomBounds As Size

Return Value

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

See Also