Point.Has3DEffect Property
Returns and Sets a value that states if a point has a three-dimensional appearance. Read/Write.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property Has3DEffect As Boolean
Get
Set
'Usage
Dim instance As Point
Dim value As Boolean
value = instance.Has3DEffect
instance.Has3DEffect = value
bool Has3DEffect { get; set; }
Property Value
Type: System.Boolean
Boolean
Remarks
Returns True if a point has a three-dimensional appearance.
This property applies to bubble charts only.