Left Property

Office Open XML

Left border style

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

Syntax

C#
public ExcelBorderItem Left { get; }
Visual Basic (Declaration)
Public ReadOnly Property Left As ExcelBorderItem
Visual C++
public:
property ExcelBorderItem^ Left {
	ExcelBorderItem^ get ();
}

See Also