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.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
int

HeightPercent

Height % of base

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

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
bool

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