FitToHeight Property

Office Open XML

Fit to height in pages. Set FitToPage to true when using this one. 0 is automatic

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

Syntax

C#
public int FitToHeight { get; set; }
Visual Basic (Declaration)
Public Property FitToHeight As Integer
Visual C++
public:
property int FitToHeight {
	int get ();
	void set (int value);
}

See Also