SetData Method (C1FlexGrid)
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. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase) |
SetData(CellRange,Object,Boolean) | Assigns a value to a range of cells. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase) |
SetData(Int32,Int32,Object) | Assigns a value to a grid cell, coercing the value into the cell's specified DataType. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase) |
SetData(CellRange,Object) | Assigns a value to a range of cells, coercing the value into each cell's specified DataType. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase) |
SetData(Int32,String,Object,Boolean) | Assigns a value to a grid cell. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase) |
SetData(Int32,String,Object) | Assigns a value to a grid cell, coercing the value into the cell's specified data type. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase) |
See Also