C1.WPF.Excel Namespace : XLRowCollection Class |
The following tables list the members exposed by XLRowCollection.
Name | Description | |
---|---|---|
Book | Gets a reference to the parent C1XLBook object. | |
Count | Gets the number of items in the collection. | |
Frozen | Gets or sets the number of frozen rows in the collection. | |
Item | Returns a reference to the XLRow object at the specified index. | |
Sheet | Gets a reference to the parent XLSheet object. |
Name | Description | |
---|---|---|
Add | Overloaded. Creates a new XLRow object and adds it to the collection. | |
Clear | Removes all items from the collection. | |
Contains | Determines whether an XLRow is a member of the collection. | |
IndexOf | Gets the index of a given XLRow object in the collection. | |
Insert | Overloaded. Creates a new XLRow object and inserts it at a specific position in the collection. | |
Remove | Removes an XLRow object from the collection. | |
RemoveAt | Removes the XLRow object at a given position from the collection. |