Share via


DataTable.HasBorderHorizontal Property

Returns or sets a value that determines if the chart data table has horizontal cell borders. Read/write.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property HasBorderHorizontal As Boolean
    Get
    Set
'Usage
Dim instance As DataTable
Dim value As Boolean

value = instance.HasBorderHorizontal

instance.HasBorderHorizontal = value
bool HasBorderHorizontal { get; set; }

Property Value

Type: System.Boolean
A Boolean set to True if the chart data table has horizontal cell borders, otherwise False

See Also

Reference

DataTable Interface

DataTable Members

Microsoft.Office.Interop.Word Namespace