_Chart.WallsAndGridlines2D Property
True if gridlines are drawn two-dimensionally on a 3-D chart.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property WallsAndGridlines2D As Boolean
Get
Set
'Usage
Dim instance As _Chart
Dim value As Boolean
value = instance.WallsAndGridlines2D
instance.WallsAndGridlines2D = value
bool WallsAndGridlines2D { get; set; }
Property Value
Type: System.Boolean