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