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


In This Topic
    XLColumnCollection Class Members
    In This Topic

    The following tables list the members exposed by XLColumnCollection.

    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 columns in the collection.  
    Public PropertyReturns a reference to the XLColumn object at the specified index.  
    Public PropertyGets a reference to the parent XLSheet object.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Creates a new XLColumn object and adds it to the collection.  
    Public MethodRemoves all items from the collection.  
    Public MethodDetermines whether an XLColumn is a member of the collection.  
    Public MethodGets the index of a given XLRow object in the collection.  
    Public MethodOverloaded. Creates a new XLColumn object and inserts it at a specific position in the collection.  
    Public MethodRemoves an XLColumn object from the collection.  
    Public MethodRemoves the XLColumn object at a given position from the collection.  
    Top
    See Also