Excel for WPF | ComponentOne
C1.WPF.Excel Namespace / XLRowCollection Class
Properties Methods


In This Topic
    XLRowCollection Class Members
    In This Topic

    The following tables list the members exposed by XLRowCollection.

    Public Properties
     NameDescription
    Public PropertyGets a reference to the parent C1XLBook object.  
    Public PropertyGets the number of items in the collection.  
    Public PropertyGets or sets the number of frozen rows in the collection.  
    Public PropertyReturns a reference to the XLRow object at the specified index.  
    Public PropertyGets a reference to the parent XLSheet object.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Creates a new XLRow object and adds it to the collection.  
    Public MethodRemoves all items from the collection.  
    Public MethodDetermines whether an XLRow is a member of the collection.  
    Public MethodGets the index of a given XLRow object in the collection.  
    Public MethodOverloaded. Creates a new XLRow object and inserts it at a specific position in the collection.  
    Public MethodRemoves an XLRow object from the collection.  
    Public MethodRemoves the XLRow object at a given position from the collection.  
    Top
    See Also