GridControl::SetBold
Description
Sets given cell's text bold.
Sets range of cells' text bold.
Syntax
bool SetBold( int nRow, int nCol, bool bSet = true )
bool SetBold( 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 bold
- 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 bold
Return
true on successful or false on failure
true on successful or false on failure
Examples
See examples of IsBold
Remark
See Also
GridControl::IsBold
header to Included
GridControl.h