The XLColumnCollection type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Add()()()() |
Creates a new XLColumn object and adds it to the collection.
|
![]() |
Add(XLColumn) |
Adds an XLColumn object to the collection.
|
![]() |
Clear |
Removes all items from the collection.
|
![]() |
Contains |
Determines whether an XLColumn is a member of the collection.
|
![]() |
Equals |
Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() |
GetHashCode |
Serves as a hash function for a particular type. (Inherited from Object.) |
![]() |
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
![]() |
IndexOf |
Gets the index of a given XLRow object in the collection.
|
![]() |
Insert(Int32) |
Creates a new XLColumn object and inserts it at a
specific position in the collection.
|
![]() |
Insert(Int32, XLColumn) |
Inserts an XLColumn object at a specific position in the collection.
|
![]() |
Remove |
Removes an XLColumn object from the collection.
|
![]() |
RemoveAt |
Removes the XLColumn object at a given position from the collection.
|
![]() |
ToString |
Returns a string that represents the current object. (Inherited from Object.) |
Properties
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 columns in the collection.
|
![]() |
Item |
Returns a reference to the XLColumn object at the specified
index.
|
![]() |
Sheet |
Gets a reference to the parent XLSheet object.
|