Left Property

Office Open XML

Percentage format left

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

Syntax

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

See Also