WebWorksheet.UpdateBindCellValue
WebWorksheet.UpdateBindCellValue method
Updates the binding datasource record’s property value according to the cell’s value.
public void UpdateBindCellValue(GridCell cell)
Parameter | Type | Description |
---|---|---|
cell | GridCell | The cell object. |
Examples
cell.PutValue(23.11);
sheet.UpdateBindCellValue(cell);
See Also
- class GridCell
- class WebWorksheet
- namespace Aspose.Cells.GridWeb.Data
- assembly Aspose.Cells.GridWeb