C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / TableCell Class / Bounds Property

In This Topic
Bounds Property (TableCell)
In This Topic
Gets a System.Drawing.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.

Syntax
'Declaration
 
Public ReadOnly Property Bounds As Rectangle
 
See Also