XFINIUM.PDF Documentation
AddRowWithCells Method



Xfinium.Pdf.FlowDocument Namespace > PdfFlowTableRowCollection Class : AddRowWithCells Method
Initial content for the row's cells.
Adds a new row in the collection and creates a string cell for each value in the array.
Syntax
'Declaration
 
Public Function AddRowWithCells( _
   ByVal ParamArray cellContents() As Object _
) As PdfFlowTableRow
'Usage
 
Dim instance As PdfFlowTableRowCollection
Dim cellContents() As Object
Dim value As PdfFlowTableRow
 
value = instance.AddRowWithCells(cellContents)
public PdfFlowTableRow AddRowWithCells( 
   params object[] cellContents
)
public:
PdfFlowTableRow^ AddRowWithCells( 
   ... array<Object^>^ cellContents
) 

Parameters

cellContents
Initial content for the row's cells.

Return Value

The newly created row.
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

PdfFlowTableRowCollection Class
PdfFlowTableRowCollection Members