DataCellStyleName Property

Office Open XML

The named style for datacells in the column

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

Syntax

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

See Also