Adds an XLRow object to the collection.

Namespace:  C1.Silverlight.Excel
Assembly:  C1.Silverlight.Excel.5 (in C1.Silverlight.Excel.5.dll)

Syntax

C#
public XLRow Add(
	XLRow row
)
Visual Basic
Public Function Add ( _
	row As XLRow _
) As XLRow

Parameters

row
Type: C1.Silverlight.Excel..::..XLRow
The item to add to the collection.

Return Value

A reference to the item that was added to the collection (in this case, always the row parameter).

See Also