Bottom Property

Office Open XML

Specifies in percentage format (from the top to the bottom) the position of the bottom edge of the inner rectangle (color 1). For bottom, 0 means the bottom edge of the inner rectangle is on the top edge of the cell, and 1 means it is on the bottom edge of the cell.

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

Syntax

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

See Also