Right Property

Office Open XML

Percentage format right

Namespace:  OfficeOpenXml.Style.XmlAccess
Assembly:  EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)

Syntax

C#
public double Right { get; internal set; }
Visual Basic (Declaration)
Public Property Right As Double
Visual C++
public:
property double Right {
	double get ();
	void set (double value);
}

See Also