[]
        
(Showing Draft Content)

C1.C1Preview.GridLines

GridLines Struct

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.

Namespace: C1.C1Preview
Assembly: C1.PrintDocument.8.dll
Syntax
public struct GridLines

Properties

Name Description
All

Sets all six lines to a single value.

Bottom

Gets or sets the bottom outer border of a table.

BottomExpr

Gets or sets the expression used to calculate Bottom.

Horz

Gets or sets the horizontal inner lines in a table.

HorzExpr

Gets or sets the expression used to calculate Horz.

Left

Gets or sets the left outer border of a table.

LeftExpr

Gets or sets the expression used to calculate Left.

Right

Gets or sets the right outer border of a table.

RightExpr

Gets or sets the expression used to calculate Right.

Top

Gets or sets the top outer border of a table.

TopExpr

Gets or sets the expression used to calculate Top.

Vert

Gets or sets the vertical inner lines in a table.

VertExpr

Gets or sets the expression used to calculate Vert.