Show / Hide Table of Contents

Class ExcelView3D

3D settings

Inheritance
Object
XmlHelper
ExcelView3D
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: OfficeOpenXml.Drawing
Assembly: EPPlus.dll
Syntax
public sealed class ExcelView3D : XmlHelper

Properties

DepthPercent

Depth % of base

Declaration
public int DepthPercent { get; set; }
Property Value
Type Description
Int32

HeightPercent

Height % of base

Declaration
public int HeightPercent { get; set; }
Property Value
Type Description
Int32

Perspective

Degree of perspective

Declaration
public double Perspective { get; set; }
Property Value
Type Description
Double

RightAngleAxes

Right Angle Axes

Declaration
public bool RightAngleAxes { get; set; }
Property Value
Type Description
Boolean

RotX

Rotation X-axis

Declaration
public double RotX { get; set; }
Property Value
Type Description
Double

RotY

Rotation Y-axis

Declaration
public double RotY { get; set; }
Property Value
Type Description
Double
In this article
Back to top Generated by DocFX