IMsoDataTable.HasBorderVertical Property
Gets or sets a Boolean value that specifies whether the data table has a vertical border. Read/write.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Property HasBorderVertical As Boolean
Get
Set
'Usage
Dim instance As IMsoDataTable
Dim value As Boolean
value = instance.HasBorderVertical
instance.HasBorderVertical = value
bool HasBorderVertical { get; set; }
Property Value
Type: System.Boolean
Boolean