View Property

Office Open XML

Returns a ExcelWorksheetView object that allows you to set the view state properties of the worksheet

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

Syntax

C#
public ExcelWorksheetView View { get; }
Visual Basic (Declaration)
Public ReadOnly Property View As ExcelWorksheetView
Visual C++
public:
property ExcelWorksheetView^ View {
	ExcelWorksheetView^ get ();
}

See Also