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

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