Gets a Rectangle describing the geometry of the current cell in the table.

The location of the returned rectangle defines the location (column and row) of the current cell, while its size defines the number of columns and rows spanned by the current cell.

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

Syntax

C#
public Rectangle Bounds { get; }
Visual Basic
Public ReadOnly Property Bounds As Rectangle
	Get

See Also