public bool SetValue( int row, int column, double value )
'Declaration Public Overloads Function SetValue( _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal value As Double _ ) As Boolean
'Declaration
Public Overloads Function SetValue( _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal value As Double _ ) As Boolean
'Usage Dim instance As Worksheet Dim row As Integer Dim column As Integer Dim value As Double Dim value As Boolean value = instance.SetValue(row, column, value)
'Usage
Dim instance As Worksheet Dim row As Integer Dim column As Integer Dim value As Double Dim value As Boolean value = instance.SetValue(row, column, value)
true
false
Worksheet Class Worksheet Members Overload List