Debenu Quick PDF logo

AppendTableColumns

Page layout

Version history

This function was introduced in Quick PDF Library version 7.16.

Description

Adds columns to the right of the specified table

Syntax

Delphi

function TDebenuPDFLibrary1811.AppendTableColumns(TableID, 
  NewColumnCount: Integer): Integer;

ActiveX

Function DebenuPDFLibrary1811.PDFLibrary::AppendTableColumns(TableID As Long,
  NewColumnCount As Long) As Long

DLL

int DPLAppendTableColumns(int InstanceID, int TableID, int NewColumnCount)

Parameters

TableID A TableID returned by the CreateTable function
NewColumnCount The number of columns to add to the table

Return values

0 Columns could not be added. Check the TableID parameter and make sure NewColumnCount is greater than or equal to 1.
Non-zero The total number of columns in the table after adding the new columns.

Copyright © 2020 Debenu. All rights reserved. AboutContactBlogNewsletterSupport