ExcelRow Members

Office Open XML

The ExcelRow type exposes the following members.

Methods

  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Collapsed
If outline level is set this tells that the row is collapsed
CustomHeight
Set to true if You don't want the row to Autosize
Height
Sets the height of the row
Hidden
Allows the row to be hidden in the worksheet
OutlineLevel
Outline level.
PageBreak
Adds a manual page break after the row.
Phonetic
Show phonetic Information
Row
Rownumber
RowID
Internal RowID.
Style
The Style applied to the whole row. Only effekt cells with no individual style set. Use ExcelRange object if you want to set specific styles.
StyleID
Sets the style for the entire row using the style ID.
StyleName
Sets the style for the entire column using a style name.

See Also