Constructs a Cell with a certain Element.
Namespace: iTextSharp.textAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public Cell( IElement element ) |
Visual Basic |
---|
Public Sub New ( _ element As IElement _ ) |
Visual C++ |
---|
public: Cell( IElement^ element ) |
Parameters
- element
- Type: iTextSharp.text..::..IElement
the element
Remarks
if the element is a ListItem, Row or
Cell, an exception will be thrown.