Row class represents a single row in a worksheet


All Members | Methods | Properties | |||
|
|
|
Icon | Member | Description |
---|---|---|
![]() |
AddCell()()() |
Adds a cells to the end of the row
|
![]() |
Alignment |
Gets or sets cell alignment options
(Inherited from Styles.) |
![]() |
Border |
Gets or sets border settings
(Inherited from Styles.) |
![]() |
CellCount |
Returns the number of cell in a row
|
![]() |
CustomFormatString |
Gets or sets custom dispkay format string
(Inherited from Styles.) |
![]() |
Delete()()() |
Deletes the row from the parent sheet
|
![]() |
DeleteCell(Int32) |
Deletes a cell
|
![]() |
DeleteCell(Cell) |
Deletes a cell
|
![]() |
DeleteCell(Int32, Boolean) |
Deletes a cell
|
![]() |
DeleteCell(Cell, Boolean) |
Deletes a cell
|
![]() |
DeleteCells(Int32, Int32, Boolean) |
Delete a specific number of cells starting from a cell index
|
![]() |
DeleteCells(Cell, Int32, Boolean) |
Delete a specific number of cells starting from a cell instance
|
![]() |
DeleteCells(Int32, Int32) |
Delete a specific number of cells starting from a cell index
|
![]() |
DeleteCells(Cell, Int32) |
Delete a specific number of cells starting from a cell instance
|
![]() |
DisplayFormat |
Gets or sets the cell display format
(Inherited from Styles.) |
![]() |
Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() |
Finalize()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
Font |
Gets or sets the font options
(Inherited from Styles.) |
![]() |
GetEnumerator()()() |
Get a cell enumerator
|
![]() |
GetHashCode()()() | Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
![]() |
GetType()()() | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
Height |
Gets or sets the row height
|
![]() |
Hidden |
Row is hidden?
|
![]() |
InsertCellAfter(Int32) |
Inserts a cell after another cell
|
![]() |
InsertCellAfter(Cell) |
Inserts a cell after another cell
|
![]() |
InsertCellBefore(Int32) |
Inserts a cell before another cell
|
![]() |
InsertCellBefore(Cell) |
Inserts a cell before another cell
|
![]() |
InsertCellsAfter(Int32, Int32) |
Inserts a specific number of cells after a cell
|
![]() |
InsertCellsAfter(Cell, Int32) |
Inserts a specific number of cells after a cell
|
![]() |
InsertCellsBefore(Int32, Int32) |
Inserts a specific number of cells before a cell
|
![]() |
InsertCellsBefore(Cell, Int32) |
Inserts a specific number of cells before a cell
|
![]() |
Interior |
Gets or sets interior options
(Inherited from Styles.) |
![]() |
Item[([(Int32])]) |
Returns the cell at a given position
|
![]() |
MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
Style |
Returns the XmlStyle reference of the cell
(Inherited from Styles.) |
![]() |
ToString()()() | Returns a String that represents the current Object. (Inherited from Object.) |

Row class represents a single row in a worksheet.
You cannot directly declare a instance of a row from your code by using new keyword. The only way to access a row is to retrieve it from a worksheet.

Object | |||
![]() |
CellSettingsApplier | ||
![]() |
Styles | ||
![]() |
Row |