'Declaration
Sub ForEachNumber( _ ByVal row1 As System.Integer, _ ByVal col1 As System.Integer, _ ByVal row2 As System.Integer, _ ByVal col2 As System.Integer, _ ByVal action As System.Action(Of Double) _ )
'Usage
Dim instance As IValues Dim row1 As System.Integer Dim col1 As System.Integer Dim row2 As System.Integer Dim col2 As System.Integer Dim action As System.Action(Of Double) instance.ForEachNumber(row1, col1, row2, col2, action)
Parameters
- row1
- col1
- row2
- col2
- action