Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Drawing Namespace / TableCell Class / Rect Property

In This Topic
    Rect Property (TableCell)
    In This Topic
    Gets the GrapeCity.Documents.Layout.LayoutRect for the table cell.
    Syntax
    'Declaration
     
    Public ReadOnly Property Rect As LayoutRect
    public LayoutRect Rect {get;}
    See Also