Represents a row in a worksheet, provides properties for setting the row's height, style, and visibility.

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

Syntax

C#
public class XLRow : ICloneable
Visual Basic
Public Class XLRow _
	Implements ICloneable

Inheritance Hierarchy

System..::..Object
  C1.Silverlight.Excel..::..XLRow

See Also