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