HeaderRowCellStyle Property

Office Open XML

Named style used for the header row

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

Syntax

C#
public string HeaderRowCellStyle { get; set; }
Visual Basic (Declaration)
Public Property HeaderRowCellStyle As String
Visual C++
public:
property String^ HeaderRowCellStyle {
	String^ get ();
	void set (String^ value);
}

See Also