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