Table of Contents

Class ExcelDrawingSphereCoordinate

Namespace
OfficeOpenXml.Drawing
Assembly
EPPlus.dll

A coordinate in 3D space.

public class ExcelDrawingSphereCoordinate : XmlHelper
Inheritance
ExcelDrawingSphereCoordinate
Inherited Members

Fields

_path

XPath

protected string _path

Field Value

string

Properties

Latitude

The latitude value of the rotation

public double Latitude { get; set; }

Property Value

double

Longitude

The longitude value of the rotation

public double Longitude { get; set; }

Property Value

double

Revolution

The revolution around the central axis in the rotation

public double Revolution { get; set; }

Property Value

double