Left Property

Office Open XML

Left border style properties

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

Syntax

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

See Also