Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / SpreadsheetHelper Class / InterpolateValues Method
The numeric array.


In This Topic
InterpolateValues Method
In This Topic
Fills missing items with interpolated values.
Syntax
'Declaration
 
Public Shared Sub InterpolateValues( _
   ByVal values() As Double _
) 
 
'Usage
 
Dim values() As Double
 
SpreadsheetHelper.InterpolateValues(values)

Parameters

values
The numeric array.
See Also