Cell2List
Represents a list of cells.
public class Cell2List : IEnumerable
Public Class Cell2List
Implements IEnumerable
Inheritance: ObjectCell2List
Implements: IEnumerable
Licensing Info
This class is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.
Properties
Count | Gets the number of elements actually contained in the Cell2 . |
Item[Int32] | Gets the Cell2 at the given index. |
Methods
Add(PageElement) | Adds a Cell2 to the end of the Cell2List with the specified page element. |
Add(PageElement, Int32) | Adds a Cell2 to the end of the Cell2List with the specified page element. |
Add(PageElement, Int32, Int32) | Adds a Cell2 to the end of the Cell2List with the specified page element. |
Add(String) | Adds a Cell2 to the end of the Cell2List . |
Add(String, Font, Single?) | Adds a Cell2 to the end of the Cell2List . |
Add(String, Font, Single?, Color, Color, Int32) | Adds a Cell2 to the end of the Cell2List . |
Add(String, Font, Single?, Color, Color, Int32, Int32) | Adds a Cell2 to the end of the Cell2List . |
Add(String, Font, Single?, Int32) | Adds a Cell2 to the end of the Cell2List . |
Add(String, Font, Single?, Int32, Int32) | Adds a Cell2 to the end of the Cell2List . |
Add(String, Int32) | Adds a Cell2 to the end of the Cell2List . |
Add(String, Int32, Int32) | Adds a Cell2 to the end of the Cell2List . |
Equals(Object) | Determines whether the specified Object is equal to the current Object . (Inherited from Object) |
GetEnumerator() | Returns an enumerator that can iterate through the Cell2 . |
GetHashCode() | Serves as a hash function for a particular type. (Inherited from Object) |
GetType() | Gets the Type of the current instance. (Inherited from Object) |
ToString() | Returns a String that represents the current Object . (Inherited from Object) |