ShadowFormat.Obscured Property
True if the shadow of the specified shape appears filled in and is obscured by the shape, even if the shape has no fill. False if the shadow has no fill and the outline of the shadow is visible through the shape if the shape has no fill.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property Obscured As MsoTriState
Get
Set
'Usage
Dim instance As ShadowFormat
Dim value As MsoTriState
value = instance.Obscured
instance.Obscured = value
MsoTriState Obscured { get; set; }
Property Value
Type: Microsoft.Office.Core.MsoTriState