Share via


DataTable.HasBorderVertical Property

True if the chart data table has vertical cell borders.

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

Syntax

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

value = instance.HasBorderVertical

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

Property Value

Type: System.Boolean

See Also

Reference

DataTable Interface

DataTable Members

Microsoft.Office.Interop.Excel Namespace