Click or drag to resize

PdfTableColumnCollection Class

Collection of table columns, added methods to calculate widths and clone the column collection
Inheritance Hierarchy
SystemObject
  Atalasoft.PdfDoc.Generating.ShapesPdfTableColumnCollection

Namespace:  Atalasoft.PdfDoc.Generating.Shapes
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
[SerializableAttribute]
public class PdfTableColumnCollection : IList<PdfTableColumn>, 
	ICollection<PdfTableColumn>, IEnumerable<PdfTableColumn>, IEnumerable

The PdfTableColumnCollection type exposes the following members.

Constructors
  NameDescription
Public methodPdfTableColumnCollection
Initializes a new instance of the PdfTableColumnCollection class
Top
Properties
  NameDescription
Public propertyCount
the number of columns
Public propertyIsReadOnly
whther the collection is read only
Public propertyItem
indexor access
Top
Methods
  NameDescription
Public methodAdd
adds an item to the collection
Public methodAddRange(ListPdfTableColumn)
adds multiple items tothe collection
Public methodAddRange(PdfTableColumnCollection)
add a collection of PdfTableColumn
Public methodClear
clears all items from the collection
Public methodContains
returns true if the item is found in the collection
Public methodCopyTo
copies the collection
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator
returns an enumerator for the column collection
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf
returns the index of the item
Public methodInsert
inserts an items at the index
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemove
removes an item from collection
Public methodRemoveAt
removes the item at the index
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also