TableView.GridLineStyle Property
Outlook Developer Reference |
Returns or sets an OlGridLineStyle constant that represents the line style used for grid lines in the TableView object. Read/write.
Version Information
Version Added: Outlook 2007
Syntax
expression.GridLineStyle
expression A variable that represents a TableView object.
Example
The following Visual Basic for Applications (VBA) example sets the GridLineStyle property of the current TableView object to display the grid with small dotted lines.
Visual Basic for Applications |
---|
|
See Also