Skip to content

Latest commit

 

History

History
38 lines (21 loc) · 862 Bytes

Excel.Range.CalculateRowMajorOrder.md

File metadata and controls

38 lines (21 loc) · 862 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Range.CalculateRowMajorOrder method (Excel)
vbaxl10.chm144248
vbaxl10.chm144248
Excel.Range.CalculateRowMajorOrder
8636b550-a3f8-f6cd-baf8-b669354262af
05/10/2019
medium

Range.CalculateRowMajorOrder method (Excel)

Calculates a specified range of cells.

Syntax

expression.CalculateRowMajorOrder

expression An expression that returns a Range object.

Return value

Variant

Remarks

The CalculateRowMajorOrder method calculates the specified 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.

[!includeSupport and feedback]