Table of Contents

Class ExcelDrawingPoint3D

Namespace
OfficeOpenXml.Drawing
Assembly
EPPlus.dll

A point in a 3D space

public class ExcelDrawingPoint3D : XmlHelper
Inheritance
ExcelDrawingPoint3D
Inherited Members

Properties

X

The X coordinate in point

public double X { get; set; }

Property Value

double

Y

The Y coordinate

public double Y { get; set; }

Property Value

double

Z

The Z coordinate

public double Z { get; set; }

Property Value

double