AutoStart Property

Office Open XML

Auto detect start date

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

Syntax

C#
public bool AutoStart { get; }
Visual Basic (Declaration)
Public ReadOnly Property AutoStart As Boolean
Visual C++
public:
property bool AutoStart {
	bool get ();
}

See Also