Share via


Chart.HasDataTable Property

Gets or sets a value that indicates whether the Chart has a data table. Read/write.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.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
Boolean True if the chart has a data table. OtherwiseFalse

See Also

Reference

Chart Interface

Chart Members

Microsoft.Office.Interop.Word Namespace