IDropDowns.Display3DShading Property
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property Display3DShading As Boolean
Get
Set
'Usage
Dim instance As IDropDowns
Dim value As Boolean
value = instance.Display3DShading
instance.Display3DShading = value
bool Display3DShading { get; set; }
Property Value
Type: System.Boolean