_TableView.GridLineStyle Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets an OlGridLineStyle constant that represents the line style used for grid lines in the TableView object. Read/write.
public:
property Microsoft::Office::Interop::Outlook::OlGridLineStyle GridLineStyle { Microsoft::Office::Interop::Outlook::OlGridLineStyle get(); void set(Microsoft::Office::Interop::Outlook::OlGridLineStyle value); };
public Microsoft.Office.Interop.Outlook.OlGridLineStyle GridLineStyle { get; set; }
Public Property GridLineStyle As OlGridLineStyle