ChartClass.Bar3DGroup Property
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property Bar3DGroup As ChartGroup
Get
'Usage
Dim instance As ChartClass
Dim value As ChartGroup
value = instance.Bar3DGroup
public virtual ChartGroup Bar3DGroup { get; }
Property Value
Type: Microsoft.Office.Interop.Excel.ChartGroup