Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Description

Creates a named range, containing one area. A range is a collection of areas; an area is a rectangular collection of cells.

C#
vb.net

Parameters

firstRow
0-based first row of the range.
firstColumn
0-based first column column of the range.
numRows
Number of rows in the area. Maximum: 65536.
numColumns
Number of columns in the range. Maximum: 256.
rangeName
The name of the new range.

Returns

A Range object.

Remarks

Note that if a range named rangeName already exists in the worksheet, it will be overwritten with the new named range created by this method.

Examples

C#
vb.net
  • No labels