SubForm.GridlineStyleLeft property (Access)
Gets or sets the left gridline style of the specified subform. Read/write Byte.
expression.GridlineStyleLeft
expression A variable that represents a SubForm object.
The GridlineStyleLeft 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 |
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.