Italic Property

Office Open XML

[Missing <summary> documentation for "P:OfficeOpenXml.Style.ExcelTextFont.Italic"]

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

Syntax

C#
public bool Italic { get; set; }
Visual Basic (Declaration)
Public Property Italic As Boolean
Visual C++
public:
property bool Italic {
	bool get ();
	void set (bool value);
}

See Also