Row Class

/// Row that contains the Cells ///
Public Class Row
This language is not supported or no code example is available.
public class Row
This language is not supported or no code example is available.
public ref class Row 
This language is not supported or no code example is available.
public class Row
This language is not supported or no code example is available.
Name Description
Public constructor Row(XElement, Worksheet) /// Constructor ///
Public constructor Row(int, IEnumerable<Cell>) /// Create a new Row ///
Top
Name Description
Public property Cells /// The collection of cells for this row ///
Public property RowNumber /// The Row Number (Row numbers start at 1) ///
Top
Methods
 
Name Description
Public method GetCellByColumnName(string) /// Retreive cell that is in column specified ///
Top
Name Description
Public extension method NameOf(this object) (Defined by NLogHelper).
Top

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8

In this article

Definition