AllowEditScenarios Property

Office Open XML

Allow users to edit senarios

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

Syntax

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

See Also