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