TextBox.GridlineStyleTop property (Access)
Gets or sets the top gridline style of the specified text box. Read/write Byte.
Syntax
expression.GridlineStyleTop
expression A variable that represents a TextBox object.
Remarks
The GridlineStyleTop 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 |
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.