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

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