Show / Hide Table of Contents

Class ExcelView3D

3D settings

Inheritance
System.Object
XmlHelper
ExcelView3D
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.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
System.Int32

HeightPercent

Height % of base

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

Perspective

Degree of perspective

Declaration
public decimal Perspective { get; set; }
Property Value
Type Description
System.Decimal

RightAngleAxes

Right Angle Axes

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

RotX

Rotation X-axis

Declaration
public decimal RotX { get; set; }
Property Value
Type Description
System.Decimal

RotY

Rotation Y-axis

Declaration
public decimal RotY { get; set; }
Property Value
Type Description
System.Decimal
Back to top Generated by DocFX