Top Property

Office Open XML

Specifies in percentage format(from the top to the bottom) the position of the top edge of the inner rectangle (color 1). For top, 0 means the top 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. (applies to From Corner and From Center gradients).

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

Syntax

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

See Also