| Visual Basic (Declaration) | |
|---|---|
Overloads Public Sub SetValue( _ ByVal dblValue As Double _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public void SetValue( double dblValue ) | |
Parameters
- dblValue
- The numeric value to store as the cell's current value.
| ActiveReports.XlsExport | Request technical support |
| SetValue(Double) Method | |
| See Also | |
|
| Visual Basic (Declaration) | |
|---|---|
Overloads Public Sub SetValue( _ ByVal dblValue As Double _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public void SetValue( double dblValue ) | |