Specifies whether the cells are shown in italic or not.
&ExcelDocument.Cells(…).Italic
&ExcelFont.Italic
Type Returned:
Numeric
0 |
Specifies that the cells are not all in italic. |
1 |
Specifies that the cells in the ExcelCells object are in italic. |
The
Italic property will return the value 1 only if all the cells in the
ExcelCells object are in italic. Otherwise, it will return 0.
Extended Data Types: ExcelCellsExcelFont Data Type
Languages: .NET, Java, Ruby, Visual Basic, Visual FoxPro
Cells Method
ExcelCells Data Type
ExcelDocument Data Type