ThreeDFormat.Depth Property
Returns or sets the depth of the shape's extrusion.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property Depth As Single
Get
Set
'Usage
Dim instance As ThreeDFormat
Dim value As Single
value = instance.Depth
instance.Depth = value
float Depth { get; set; }
Property Value
Type: System.Single
Remarks
The Depth property can be a value from –600 through 9600 (positive values produce an extrusion whose front face is the original shape; negative values produce an extrusion whose back face is the original shape).