Bottom Property

Office Open XML

Bottom border style

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

Syntax

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

See Also