Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Drawing Namespace / TableRenderer Class / ColumnRects Property

In This Topic
    ColumnRects Property
    In This Topic
    Gets the array of column GrapeCity.Documents.Layout.LayoutRects.
    Syntax
    'Declaration
     
    Public ReadOnly Property ColumnRects As LayoutRect()
    public LayoutRect[] ColumnRects {get;}
    See Also