'DeclarationPublic Overloads Sub SetValue( _ ByVal indexX As System.Integer, _ ByVal indexY As System.Integer, _ ByVal value As System.Double _ )
'UsageDim instance As NHeatMapData Dim indexX As System.Integer Dim indexY As System.Integer Dim value As System.Double instance.SetValue(indexX, indexY, value)
Parameters
- indexX
- indexY
- value