Show / Hide Table of Contents

Class ExcelDrawingPoint3D

A point in a 3D space

Inheritance
Object
XmlHelper
ExcelDrawingPoint3D
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
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
In this article
Back to top Generated by DocFX