SetData Method (C1FlexGridBase)
In This Topic
Assigns a value to a grid cell.
Overload List
Overload | Description |
SetData(Int32,Int32,Object,Boolean) | Assigns a value to a grid cell. |
SetData(CellRange,Object,Boolean) | Assigns a value to a range of cells. |
SetData(Int32,Int32,Object) | Assigns a value to a grid cell, coercing the value into the cell's specified DataType. |
SetData(CellRange,Object) | Assigns a value to a range of cells, coercing the value into each cell's specified DataType. |
SetData(Int32,String,Object,Boolean) | Assigns a value to a grid cell. |
SetData(Int32,String,Object) | Assigns a value to a grid cell, coercing the value into the cell's specified data type. |
See Also