public bool SetValue( int row, int column, bool value )
'Declaration Public Overloads Function SetValue( _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal value As Boolean _ ) As Boolean
'Declaration
Public Overloads Function SetValue( _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal value As Boolean _ ) As Boolean
'Usage Dim instance As Worksheet Dim row As Integer Dim column As Integer Dim value As Boolean 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 Boolean Dim value As Boolean value = instance.SetValue(row, column, value)
true
false
Worksheet Class Worksheet Members Overload List