Range.CalculateRowMajorOrder Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Calculates a specfied range of cells.
public:
System::Object ^ CalculateRowMajorOrder();
public object CalculateRowMajorOrder ();
Public Function CalculateRowMajorOrder () As Object
Returns
Object
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.