XFINIUM.PDF Documentation
CreateCell Method



The cell content, it depends on the cell being created. If the cell is a string cell, then the object is converted to string and set as cell content.
Creates a new cell based on the DefaultCell property.
Syntax
public PdfFlowTableCell CreateCell( 
   object cellContent
)
public:
PdfFlowTableCell^ CreateCell( 
   Object^ cellContent
) 
'Declaration
 
Public Function CreateCell( _
   ByVal cellContent As Object _
) As PdfFlowTableCell
 
'Usage
 
Dim instance As PdfFlowTableContent
Dim cellContent As Object
Dim value As PdfFlowTableCell
 
value = instance.CreateCell(cellContent)

Parameters

cellContent
The cell content, it depends on the cell being created. If the cell is a string cell, then the object is converted to string and set as cell content.

Return Value

A new cell object with the properties set by default to the values defined by the DefaultCell object.
Requirements

Supported .NET Platforms: .NET 2.0 - .NET 4.6, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Windows Phone 8 & 8.1, Xamarin iOS & Android, Portable Class Library


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfFlowTableContent Class
PdfFlowTableContent Members

Send Feedback