FirstDataCol Property

Office Open XML

Specifies the first column of the PivotTable data, relative to the top left cell in the ref value

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

Syntax

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

See Also