[]
        
(Showing Draft Content)

C1.C1Preview.TableCell.Bounds

Bounds Property

Bounds

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.

Declaration
public Rectangle Bounds { get; }
See Also