Chart.DataTable Property

Returns a DataTable object that represents the chart data table. Read-only.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.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.Word.DataTable
DataTable

See Also

Reference

Chart Interface

Chart Members

Microsoft.Office.Interop.Word Namespace