OLEObject.Shadow Property (2007 System)
Gets or sets a value that indicates whether the font is a shadow font or if the OLEObject has a shadow.
Namespace: Microsoft.Office.Tools.Excel
Assembly: Microsoft.Office.Tools.Excel.v9.0 (in Microsoft.Office.Tools.Excel.v9.0.dll)
Syntax
'Declaration
Public Property Shadow As Boolean
'Usage
Dim instance As OLEObject
Dim value As Boolean
value = instance.Shadow
instance.Shadow = value
public bool Shadow { get; set; }
public:
property bool Shadow {
bool get ();
void set (bool value);
}
public function get Shadow () : boolean
public function set Shadow (value : boolean)
Property Value
Type: System.Boolean
true if the font is a shadow font or if the OLEObject has a shadow; otherwise, false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.