XmlMappedRange.CalculateRowMajorOrder Method

Definition

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.

Applies to