ColumnMin Property

Office Open XML

Sets the first 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 ColumnMin { get; }
Visual Basic (Declaration)
Public ReadOnly Property ColumnMin As Integer
Visual C++
public:
property int ColumnMin {
	int get ();
}

See Also