Indent Property

Office Open XML

Specifies the indentation increment for compact axis and can be used to set the Report Layout to Compact Form

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

Syntax

C#
public int Indent { get; set; }
Visual Basic (Declaration)
Public Property Indent As Integer
Visual C++
public:
property int Indent {
	int get ();
	void set (int value);
}

See Also