StyleID Property

Office Open XML

Sets the style for the entire row using the style ID.

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

Syntax

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

See Also