Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

DynaPDF.Table.ClearColumn

Deletes the content in the specified column in all rows.

Component Version macOS Windows Linux Server iOS SDK
DynaPDF 3.5 ✅ Yes ✅ Yes ✅ Yes ✅ Yes ✅ Yes
MBS( "DynaPDF.Table.ClearColumn"; Table; Col; Types )   More

Parameters

Parameter Description Example
Table The identifier for the table. $Table
Col The column number. Range from 0 to DynaPDF.Table.GetNumCols-1. 0
Types What to clear. Can be Text, Template, Action, Table, ForeGround, BackGround, AllCont or Both. Or you pass numeric values combined from the hex values int he table below. "AllCont"

Description

Deletes the content in the specified column in all rows.
The paramter Types is described in DynaPDF.Table.ClearContent below.

TypeHex NumberDescription
Text0x00000001Text is always a foreground object
Image0x00000002Images
Template0x00000004Templates
Table0x00000008Sub tables are always foreground objects
AllCont0x0000001FDelete all content types
ForeGround0x10000000Only foreground objects?
BackGround0x20000000Only background objects?
Both0x30000000Delete both fore- and background objects

See also

This function checks for a license.

Created 18th August 2014, last changed 22nd February 2019


DynaPDF.Table.AddRows - DynaPDF.Table.ClearContent