FooterMargin Property

Office Open XML

Footer margin in inches

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

Syntax

C#
public decimal FooterMargin { get; set; }
Visual Basic (Declaration)
Public Property FooterMargin As Decimal
Visual C++
public:
property Decimal FooterMargin {
	Decimal get ();
	void set (Decimal value);
}

See Also