StyleID Property

Office Open XML

The style ID. It is not recomended to use this one. Use Named styles as an alternative. If you do, make sure that you use the Style.UpdateXml() method to update any new styles added to the workbook.

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:
virtual property int StyleID {
	int get () sealed;
	void set (int value) sealed;
}

See Also