SetTableCellBorderWidth

Page layout

Description

Sets the width of one or more cell borders.

Syntax

Delphi

function TPDFlib.SetTableCellBorderWidth(TableID, FirstRow, FirstColumn, LastRow, LastColumn, BorderIndex: Integer; NewWidth: Double): Integer;

ActiveX

Function PDFlib::SetTableCellBorderWidth(TableID As Long, FirstRow As Long, FirstColumn As Long, LastRow As Long, LastColumn As Long, BorderIndex As Long, NewWidth As Double) As Long

DLL

int DLSetTableCellBorderWidth(int InstanceID, int TableID, int FirstRow, int FirstColumn, int LastRow, int LastColumn, int BorderIndex, double NewWidth);

Parameters

TableIDA TableID returned by the CreateTable function
FirstRowThe the number of the first row to set. Top row is row number 1.
FirstColumnThe the number of the first column to set. Left most column is column number 1.
LastRowThe number of the final row to set
LastColumnThe number of the final column to set 0 = All borders 1 = Left 2 = Top 3 = Right 4 = Bottom
BorderIndex
NewWidthThe new width of the specified border double NewWidth);