'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.