2.2.6.17.113 GridControl::SetItalic
Contents
Description
Sets given cell's text italic.
Sets range of cells' text italic.
Syntax
bool SetItalic( int nRow, int nCol, bool bSet = true )
bool SetItalic( int nRow1, int nCol1, int nRow2, int nCol2, bool bSet = true )
Parameters
- nRow
- [input] 0-offset row index
- nCol
- [input] 0-offset column index
- bSet
- [input] true to set italic
- nRow1
- [input] 0-offset row index
- nCol1
- [input] 0-offset column index
- nRow2
- [input] 0-offset row index
- nCol2
- [input] 0-offset column index
- bSet
- [input] true to set italic
Return
true on successful or false on failure
true on successful or false on failure
Examples
See examples of IsBold
Remark
See Also
Header to Included
GridControl.h