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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.