Right Property

Office Open XML

Specifies in percentage format (from the left to the right) the position of the right edge of the inner rectangle (color 1). For right, 0 means the right edge of the inner rectangle is on the left edge of the cell, and 1 means it is on the right 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 Right { get; set; }
Visual Basic (Declaration)
Public Property Right As Double
Visual C++
public:
property double Right {
	double get ();
	void set (double value);
}

See Also