Click or drag to resize

UpdateRowBuilder Methods

The UpdateRowBuilder type exposes the following members.

Methods
  NameDescription
Public methodBuild
Builds anad returns the Row.
Public methodGetCells
Gets the cells.
Public methodGetExpanded
Gets the expanded flag.
Public methodGetFormat
Gets the format.
Public methodGetId
Gets the row id.
Public methodGetLocked
Gets whether row is locked.
Public methodGetParentId
Gets the parent Id.
Public methodGetSiblingId
Gets the sibling Id.
Public methodGetToBottom
Gets the to bottom.
Public methodGetToTop
Gets the to top.
Public methodSetAbove
Sets the above flag two move the Row directly above the specified sibling Row (at the same hierarchical level).
Public methodSetCells
Sets the list of cells.
Public methodSetExpanded
Sets if expanded.
Public methodSetFormat
Sets the Format.
Public methodSetIndent
Sets the number of times to indent this row
Public methodSetLocked
Sets whether row is locked (true) or not (false).
Public methodSetOutdent
Sets the number of times to outdent this row
Public methodSetParentId
Sets the parent Id that puts the row as the first child of the specified Id.
Public methodSetSiblingId
Sets the sibling Id that puts the row as the next row at the same hierarchical level of this row.
Public methodSetToBottom
Sets the to bottom flag that puts the row at the bottom of the sheet.
Public methodSetToTop
Sets the to top flag that puts the row at the top of the sheet.
Top
See Also