Debenu Quick PDF logo

InsertTableRows

Page layout

Version history

This function was introduced in Quick PDF Library version 7.16.

Description

Adds rows to the specified table at any position

Syntax

Delphi

function TDebenuPDFLibrary1811.InsertTableRows(TableID, Position, 
  NewRowCount: Integer): Integer;

ActiveX

Function DebenuPDFLibrary1811.PDFLibrary::InsertTableRows(TableID As Long,
  Position As Long, NewRowCount As Long) As Long

DLL

int DPLInsertTableRows(int InstanceID, int TableID, int Position, int NewRowCount)

Parameters

TableID A TableID returned by the CreateTable function
Position The position to insert the new rows. Minimum value is 1. Maximum value is one greater than the value returned by the GetTableRowCount function.
NewRowCount The number of rows to add to the table

Return values

0 Rows could not be added. Check the TableID parameter and make sure NewRowCount is greater than or equal to 1. The Position parameter must also be within range.
Non-zero The total number of rows in the table after adding the new rows.

Copyright © 2020 Debenu. All rights reserved. AboutContactBlogNewsletterSupport