XmlMappedRange.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 the value in each item in the range in row-major order.
public:
System::Object ^ CalculateRowMajorOrder();
public object CalculateRowMajorOrder ();
abstract member CalculateRowMajorOrder : unit -> obj
Public Function CalculateRowMajorOrder () As Object
Returns
Remarks
The CalculateRowMajorOrder method calculates the specified range cell by cell, from its top-left corner to its 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.