TreeList.SetRowCellValue Method
Name | Parameters | Description |
---|---|---|
SetRowCellValue(TreeListNode, TreeListColumn, Object) | node, column, value | Sets the TreeList cell to a specific value. |
SetRowCellValue(TreeListNode, String, Object) | node, fieldName, value | Sets the TreeList cell to a specific value. |