# 18.3.1.73 row (Row)
> The element expresses information about an entire row of a worksheet, and contains all cell definitions for a particular row in the worksheet.
この要素はワークシートの行全体に関する情報を表し、ワークシートのすべてのセル定義が含まれている。
> This row expresses information about row 2 in the worksheet, and contains 3 cell definitions.
この行はワークシートの2行目に3つのセル定義が含まれている。
```xml
PMT(B3/12,B4,-B5)
672.68336574300008
180
360
```
## Attributes
* collapsed (Collapsed)
* customFormat (Custom Format) / bool
> 1 if the row style should be applied.
> The possible values for this attribute are defined by the W3C XML Schema boolean datatype.
行スタイルを適用する場合は 1。
* customHeight (Custom Height) / bool
> 1 if the row height has been manually set.
> The possible values for this attribute are defined by the W3C XML Schema boolean datatype.
行の高さが手動で設定されている場合は 1 を指定する。
* hidden (Hidden)
* ht (Row Height) / double
> Row height measured in point size. There is no margin padding on row height.
> The possible values for this attribute are defined by the W3C XML Schema double datatype.
行の高さはポイント サイズで測定される。
行の高さにマージンパディングはない。
* outlineLevel (Outline Level)
* ph (Show Phonetic)
* r (Row Index) / uint
> Row index. Indicates to which row in the sheet this definition corresponds.
> The possible values for this attribute are defined by the W3C XML Schema unsignedInt datatype.
行インデックス。必須。
* s (Style Index) / uint
> Index to style record for the row (only applied if customFormat attribute is '1')
> The possible values for this attribute are defined by the W3C XML Schema unsignedInt datatype.
行のスタイル レコードへのインデックス。
customFormat 属性が '1' の場合にのみ適用される。
* spans (Spans)
* thickBot (Thick Bottom)
* thickTop (Thick Top Border)