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.

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

The size of the initialized cells area.

See Also