TreeGridContainersetCellFont Method |
Sets fort for specified cell.
Value is in the following formats:
Name-style-size, style:{bold,italic,bolditalic}
[examples: Courier-bold-12]
Namespace:
Aras.Client.Controls.Public
Syntaxfunction setCellFont(rowId, columnIndex, value);
Parameters
- rowId
- Type: string
- columnIndex
- Type: int
- value
- Type: string
See Also