Struct FSCPOI@1.1001:NamedRangeRefersToValue Permanent link for this heading

Description of the named range reference
It contains a parsed object of namedrangerefersto

Properties Permanent link for this heading

Type

Property

Name

integer[]

namedrangecolumns

Columns Referenced by the Named Range

integer[]

namedrangerows

Rows Referenced by the Named Range

string

namedrangesheetname

Sheet Name Referenced by the Named Range

Properties Permanent link for this heading


Columns Referenced by the Named Range (FSCPOI@1.1001:namedrangecolumns) Permanent link for this heading

The columns that the named range refers to
Notes:
- The starting column index is zero, meaning that index 0 corresponds to column A, index 1 to column B, and so on.
- The array can contain either one or two values:
If it contains only one value, the named range refers to a single column.
If it contains two values, the named range refers to multiple columns, specified by the first value (from) and the second value (to).
For example, [2, 5] indicates that the named range refers to columns C to F.
- If the array values are -1, it means that the named range does not refer to any column.

unsigned integer[] FSCPOI@1.1001:namedrangecolumns


Rows Referenced by the Named Range (FSCPOI@1.1001:namedrangerows) Permanent link for this heading

The rows that the named range refers to
Notes:
- The starting row index is zero, meaning that index 0 corresponds to row 1, index 1 to row 2, and so on.
- The array can contain either one or two values:
If it contains only one value, the named range refers to a single row.
If it contains two values, the named range refers to multiple rows, specified by the first value (from) and the second value (to).
For example, [2, 5] indicates that the named range refers to rows 3 to 6.
- If the array values are -1, it means that the named range does not refer to any row.

unsigned integer[] FSCPOI@1.1001:namedrangerows


Sheet Name Referenced by the Named Range (FSCPOI@1.1001:namedrangesheetname) Permanent link for this heading

The name of the sheet that the named range refers to

string FSCPOI@1.1001:namedrangesheetname