Share via


XmlMappedRange.CalculateRowMajorOrder Method (2007 System)

Calculates the value in each item in the range in row-major order.

Namespace:  Microsoft.Office.Tools.Excel
Assembly:  Microsoft.Office.Tools.Excel.v9.0 (in Microsoft.Office.Tools.Excel.v9.0.dll)

Syntax

'Declaration
Public Function CalculateRowMajorOrder As Object
'Usage
Dim instance As XmlMappedRange 
Dim returnValue As Object 

returnValue = instance.CalculateRowMajorOrder()
public Object CalculateRowMajorOrder()
public:
Object^ CalculateRowMajorOrder()
public function CalculateRowMajorOrder() : Object

Return Value

Type: System.Object

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.

.NET Framework Security

See Also

Reference

XmlMappedRange Class

XmlMappedRange Members

Microsoft.Office.Tools.Excel Namespace