Table of Contents

Class ExcelView3D

Namespace
OfficeOpenXml.Drawing
Assembly
EPPlus.dll

3D settings

public sealed class ExcelView3D : XmlHelper
Inheritance
ExcelView3D
Inherited Members

Properties

DepthPercent

Depth % of base

public int DepthPercent { get; set; }

Property Value

int

HeightPercent

Height % of base

public int HeightPercent { get; set; }

Property Value

int

Perspective

Degree of perspective

public decimal Perspective { get; set; }

Property Value

decimal

RightAngleAxes

Right Angle Axes

public bool RightAngleAxes { get; set; }

Property Value

bool

RotX

Rotation X-axis

public decimal RotX { get; set; }

Property Value

decimal

RotY

Rotation Y-axis

public decimal RotY { get; set; }

Property Value

decimal