2.2.6.17.64 GridControl::IsItalic


Description

Returns whether a cell's text is italic.

Syntax

bool IsItalic( int nRow, int nCol )

Parameters

nRow
[input] 0-offset row index
nCol
[input] 0-offset column index

Return

true if the cell's text is italic otherwise false.

Examples

See examples of IsBold

Remark

See Also

GridControl::SetItalic

Header to Included

GridControl.h