C1.Excel Assembly / C1.Excel Namespace / XLRow Class
Properties Methods

XLRow Class Members

The following tables list the members exposed by XLRow.

Public Constructors
 NameDescription
Public ConstructorCreates a new instance of the XLRow class.  
Top
Public Properties
 NameDescription
Public PropertyGets a reference to the parent C1XLBook object.  
Public PropertyGets count of the cells for the row.  
Public PropertyGets or sets collapsed flag for the row.  
Public PropertyGets or sets the height of the row, in twips.  
Public PropertyGets or sets custom height flag for the row.  
Public PropertyGets whether the row is subtotal.  
Public PropertyGets or sets subtotal outline level for the row.  
Public PropertyGets or sets whether there will be a forced page break after this row.  
Public PropertyGets a reference to the parent XLSheet object.  
Public PropertyGets or sets the XLStyle object that determines the appearance of the row.  
Public PropertyGets or sets whether the row is visible.  
Top
Public Methods
 NameDescription
Public MethodCreates a new XLRow object that is a copy of the current instance.  
Public MethodGets a reference to a cell at the specified coordinates or null if the cell doesn't exist.  
Top
See Also