In This Topic
Sets the cell's type to DDCellType.Number, and stores the cell's current value becomes the specified numeric value.
Overload List
Overload | Description |
SetValue(Double) | Sets the cell's type to DDCellType.Number, and stores the cell's current value becomes the specified numeric value. |
SetValue(String) | Sets the cell's type to DDCellType.Label, and stores the cell's current value becomes the specified string value. |
SetValue(BiffCellBoolErrValues) | Sets the cell's type to DDCellType.Boolean, and stores the cell's current value becomes the specified string value. |
See Also