Show / Hide Table of Contents

Class ExcelDrawingSphereCoordinate

A coordinate in 3D space.

Inheritance
object
XmlHelper
ExcelDrawingSphereCoordinate
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 ExcelDrawingSphereCoordinate : XmlHelper

Fields

_path

XPath

Declaration
protected string _path
Field Value
Type Description
string

Properties

Latitude

The latitude value of the rotation

Declaration
public double Latitude { get; set; }
Property Value
Type Description
double

Longitude

The longitude value of the rotation

Declaration
public double Longitude { get; set; }
Property Value
Type Description
double

Revolution

The revolution around the central axis in the rotation

Declaration
public double Revolution { get; set; }
Property Value
Type Description
double
In this article
Back to top Generated by DocFX