ConfigureCellText |
Top Previous Next |
Specifies the text of a cell in the grid.
Parameters RowIndex Specifies the index (0-based) of the row in which the cell resides. ColumnIndex Specifies the index (0-based) of the column in which the cell resides. Text Specifies the text that is drawn onto the cell, and an empty string can be assigned here. BackColor Specifies cell background's color. ForeColor Specifies cell text's color value.
Return Value: If the operation is successful, it returns TRUE; otherwise it returns FALSE. For example, one or two index values are out of bound.
|