Collection of excel rows (ExcelRow).

Namespace: GemBox.Spreadsheet
Assembly: GemBox.Spreadsheet (in GemBox.Spreadsheet.dll) Version: 35.0.30.1025

Syntax

C#
public sealed class ExcelRowCollection : ExcelRowColumnCollectionBase<ExcelRow>
Visual Basic
Public NotInheritable Class ExcelRowCollection _
	Inherits ExcelRowColumnCollectionBase(Of ExcelRow)

Inheritance Hierarchy

See Also