PdfTableColumnCollection Class |
Namespace: Atalasoft.PdfDoc.Generating.Shapes
The PdfTableColumnCollection type exposes the following members.
Name | Description | |
---|---|---|
PdfTableColumnCollection | Initializes a new instance of the PdfTableColumnCollection class |
Name | Description | |
---|---|---|
Count |
the number of columns
| |
IsReadOnly |
whther the collection is read only
| |
Item |
indexor access
|
Name | Description | |
---|---|---|
Add |
adds an item to the collection
| |
AddRange(ListPdfTableColumn) |
adds multiple items tothe collection
| |
AddRange(PdfTableColumnCollection) |
add a collection of PdfTableColumn
| |
Clear |
clears all items from the collection
| |
Contains |
returns true if the item is found in the collection
| |
CopyTo |
copies the collection
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetEnumerator |
returns an enumerator for the column collection
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IndexOf |
returns the index of the item
| |
Insert |
inserts an items at the index
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Remove |
removes an item from collection
| |
RemoveAt |
removes the item at the index
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |