WebWorksheet.UpdateBindCellValue

WebWorksheet.UpdateBindCellValue method

Updates the binding datasource record’s property value according to the cell’s value.

public void UpdateBindCellValue(GridCell cell)
ParameterTypeDescription
cellGridCellThe cell object.

Examples

cell.PutValue(23.11);
sheet.UpdateBindCellValue(cell);

See Also