XFINIUM.PDF Documentation
CreateCell Method



Xfinium.Pdf.FlowDocument Namespace > PdfFlowTableContent Class : 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
'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)
public PdfFlowTableCell CreateCell( 
   object cellContent
)
public:
PdfFlowTableCell^ CreateCell( 
   Object^ 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 4.0 and higher, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Xamarin Mac, iOS & Android, Portable Class Library, .NET Core, .NET Standard


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