SRGDataManager::SetValue

voidSRGDataManager::SetValue(intindex, intgroup, doublenumber, BOOLbUseDefaultStyle)

Sets the numeric value of the data object at specified position (index,group).\\n If the specified data object does not already exist, it will be created.

Defined in: DataMgr.cpp

Return Value

void

Parameters

index

int index Zero-based column index of the data item or -2 for the first item (head) or -1 for the last (tail)

group

int group Zero-based row index of the data item

number

double number The numeric value of the item

bUseDefaultStyle

BOOL bUseDefaultStyle TRUE to apply the internal default data style to this new data item.