Click or drag to resize

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
Syntax
JavaScript
function setCellFont(rowId, columnIndex, value);

Parameters

rowId
Type: string
columnIndex
Type: int
value
Type: string
See Also