ThreeDFormat Interface

Represents a shape's three-dimensional formatting.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
<GuidAttribute("000C0321-0000-0000-C000-000000000046")> _
Public Interface ThreeDFormat _
    Inherits _IMsoDispObj
'Usage
Dim instance As ThreeDFormat
[GuidAttribute("000C0321-0000-0000-C000-000000000046")]
public interface ThreeDFormat : _IMsoDispObj

Remarks

Use the ThreeD property to return a ThreeDFormat object.

You cannot apply three-dimensional formatting to some kinds of shapes, such as beveled shapes or multiple-disjoint paths. Most of the properties and methods of the ThreeDFormat object for such a shape will fail.

See Also

Reference

ThreeDFormat Members

Microsoft.Office.Interop.Excel Namespace