ColumnMax Property

Office Open XML

Sets the last column the definition refers to.

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

Syntax

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

See Also