_Chart.DataTable Property
Returns a DataTable object that represents the chart data table.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property DataTable As DataTable
Get
'Usage
Dim instance As _Chart
Dim value As DataTable
value = instance.DataTable
DataTable DataTable { get; }
Property Value
Type: Microsoft.Office.Interop.Excel.DataTable