Class ExcelDrawingPoint3D
A point in a 3D space
Inherited Members
Namespace: OfficeOpenXml.Drawing
Assembly: EPPlus.dll
Syntax
public class ExcelDrawingPoint3D : XmlHelper
Properties
X
The X coordinate in point
Declaration
public double X { get; set; }
Property Value
| Type | Description |
|---|---|
| double |
Y
The Y coordinate
Declaration
public double Y { get; set; }
Property Value
| Type | Description |
|---|---|
| double |
Z
The Z coordinate
Declaration
public double Z { get; set; }
Property Value
| Type | Description |
|---|---|
| double |