RowSpann Property

Office Open XML

If the hyperlink spans multiple rows

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

Syntax

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

See Also