Namespace: Spire.Spreadsheet.Forms.Utility
Assembly: Spire.Spreadsheet (in Spire.Spreadsheet.dll) Version: 5.6.1.0 (5.6.1.7020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public bool IsItalic { get; set; }
Public Property IsItalic As Boolean
	Get
	Set
public:
property bool IsItalic {
	bool get ();
	void set (bool value);
}
member IsItalic : bool with get, set

Property Value

Boolean

See Also