The GridLines type exposes the following members.

Properties

  Name Description
Public property All
Sets all six lines to a single value.
Public property Bottom
Gets or sets the bottom outer border of a table.
Public property BottomExpr
Gets or sets the expression used to calculate Bottom.
Public property Horz
Gets or sets the horizontal inner lines in a table.
Public property HorzExpr
Gets or sets the expression used to calculate Horz.
Public property Left
Gets or sets the left outer border of a table.
Public property LeftExpr
Gets or sets the expression used to calculate Left.
Public property Right
Gets or sets the right outer border of a table.
Public property RightExpr
Gets or sets the expression used to calculate Right.
Public property Top
Gets or sets the top outer border of a table.
Public property TopExpr
Gets or sets the expression used to calculate Top.
Public property Vert
Gets or sets the vertical inner lines in a table.
Public property VertExpr
Gets or sets the expression used to calculate Vert.

See Also