In This Topic
Sets the cell's type to DDCellType.Number, and stores the cell's current value becomes the specified numeric value.
Syntax
'Declaration
Public Overloads Sub SetValue( _
ByVal As Double _
)
public void SetValue(
double
)
Parameters
- dblValue
- The numeric value to store as this cell's current value.
See Also