File Property

Office Open XML

The output file. Null if no file is used

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

Syntax

C#
public FileInfo File { get; set; }
Visual Basic (Declaration)
Public Property File As FileInfo
Visual C++
public:
property FileInfo^ File {
	FileInfo^ get ();
	void set (FileInfo^ value);
}

See Also