SpreadsheetGear 2023
ForEachNumber Method (IValues)


SpreadsheetGear.Advanced.Cells Namespace > IValues Interface : ForEachNumber Method
Syntax
'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)
void ForEachNumber( 
   System.int row1,
   System.int col1,
   System.int row2,
   System.int col2,
   System.Action<double> action
)

Parameters

row1
col1
row2
col2
action
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IValues Interface
IValues Members