Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / GridLines Structure
Members

In This Topic
    GridLines Structure
    In This Topic
    A structure defining the grid lines (four borders and two internal lines) used to draw a RenderTable. Each line is represented by a LineDef object.
    Object Model
    GridLines Structure
    Syntax
    'Declaration
     
    Public Structure GridLines 
       Inherits System.ValueType
    public struct GridLines : System.ValueType 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          C1.C1Preview.GridLines

    See Also