Sets the cell type to DDCellType.Number
and assigns the specified numeric value to the cell.
public void SetValue(
double
)
'Declaration
Public Overloads Sub SetValue( _
ByVal As Double _
)
Parameters
- dblValue
- The numeric value to be stored in this cell.