public bool SetValue( int row, int column, object value, bool notify, bool commitChanged )
'Declaration Public Overloads Function SetValue( _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal value As Object, _ ByVal notify As Boolean, _ Optional ByVal commitChanged As Boolean _ ) As Boolean
'Declaration
Public Overloads Function SetValue( _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal value As Object, _ ByVal notify As Boolean, _ Optional ByVal commitChanged As Boolean _ ) As Boolean
'Usage Dim instance As Worksheet Dim row As Integer Dim column As Integer Dim value As Object Dim notify As Boolean Dim commitChanged As Boolean Dim value As Boolean value = instance.SetValue(row, column, value, notify, commitChanged)
'Usage
Dim instance As Worksheet Dim row As Integer Dim column As Integer Dim value As Object Dim notify As Boolean Dim commitChanged As Boolean Dim value As Boolean value = instance.SetValue(row, column, value, notify, commitChanged)
Worksheet Class Worksheet Members Overload List