XFINIUM.PDF Documentation
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 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

PdfFlowTableRowCollection Class
PdfFlowTableRowCollection Members

Send Feedback