2022 June Release

Struct FSCPOI@1.1001:SheetRow Permanent link for this heading

A value row within a sheet

Properties Permanent link for this heading

Type

Property

Name

CellFormat[]

rowcellformats

Formats of Cells in Row

integer

rowheight

Row Height (in Points)

string[]

values

Row Values

Properties Permanent link for this heading


Formats of Cells in Row (FSCPOI@1.1001:rowcellformats) Permanent link for this heading

Formats of cells for the row.

unique CellFormat[] FSCPOI@1.1001:rowcellformats


Row Height (in Points) (FSCPOI@1.1001:rowheight) Permanent link for this heading

The individual height of the row in points. If the height is 0 and autosizerowheight is true, the height is calculated from the values in the row, otherwise the default height is used.

unsigned integer FSCPOI@1.1001:rowheight


Row Values (FSCPOI@1.1001:values) Permanent link for this heading

The values within a sheet's row. These correspond to FSCPOIN@1.1001:sheetcoltypes. When a value begins with a "=" character, the value is interpreted as formula. e.g. =SUM(A1:A3)

string[] FSCPOI@1.1001:values