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)

Usage

Public Class hreeDFormatImplementation
    Implements ThreeDFormat
End Class
Dim hreeDFormatImplementation1 As New hreeDFormatImplementation()

Syntax

Public Interface ThreeDFormat
    Inherits _IMsoDispObj
public interface ThreeDFormat : _IMsoDispObj
public interface class ThreeDFormat : public _IMsoDispObj
public interface ThreeDFormat implements _IMsoDispObj
public interface ThreeDFormat implements _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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Excel Namespace

Other Resources

ThreeDFormat Members