Sets the cell's type to DDCellType.Number, and sets its value to 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 the cell's current value.
See Also