[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Drawing.IThreeDFormat

IThreeDFormat Interface

Represents a shape's three-dimensional formatting.

Namespace: GrapeCity.Documents.Excel.Drawing
Assembly: DS.Documents.Excel.dll
Syntax
public interface IThreeDFormat
Public Interface IThreeDFormat

Properties

Name Description
Depth

Gets or sets the depth of the shape's extrusion.

Perspective

Gets or sets whether the extrusion appears in perspective.

RotationX

Gets or sets the rotation of the extruded shape around the x-axis in degrees.

RotationY

Gets or sets the rotation of the extruded shape around the y-axis in degrees.

RotationZ

Gets or sets the rotation of the extruded shape around the z-axis in degrees.

Visible

Gets or sets whether the object is visible.

Z

Returns or sets the Z order of the specified IThreeDFormat object.

Methods

Name Description
ResetRotation()

Resets the extrusion rotation around the x-axis and the y-axis to 0 (zero) so that the front of the extrusion faces forward.