BestFit Property

Office Open XML

If set to true a column automaticlly resize(grow wider) when a user inputs numbers in a cell.

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

Syntax

C#
public bool BestFit { get; set; }
Visual Basic (Declaration)
Public Property BestFit As Boolean
Visual C++
public:
property bool BestFit {
	bool get ();
	void set (bool value);
}

See Also