_Chart.HasDataTable Property
True if the chart has a data table.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property HasDataTable As Boolean
Get
Set
'Usage
Dim instance As _Chart
Dim value As Boolean
value = instance.HasDataTable
instance.HasDataTable = value
bool HasDataTable { get; set; }
Property Value
Type: System.Boolean