Range.CalculateRowMajorOrder Method
Excel Developer Reference |
Calculates a specfied range of cells.
Version Information
Version Added: Excel 2007
Syntax
expression.CalculateRowMajorOrder
expression An expression that returns a Range object.
Return Value
Variant
Remarks
The CalculateRowMajorOrder method calculates the specified range range cell-by-cell, from its top left corner to its to bottom right corner in row-major order. This is the same process that is used by Excel 2000 and earlier versions to calculate a range.
See Also