NavigationControl.GridlineStyleRight Property (Access)
Gets or sets the right gridline style of the specified text box. Read/write Byte.
Version Information
Version Added: Access 2010
Syntax
expression .GridlineStyleRight
expression A variable that represents a NavigationControl object.
Remarks
The RightGridlineStyle property uses the following settings.
Setting |
Gridline type |
---|---|
0 (default) |
Transparent |
1 |
Solid |
2 |
Dashes |
3 |
Short Dashes |
4 |
Dots |
5 |
Sparse Dots |
6 |
Dash Dot |
7 |
Dash Dot Dot |