Persits Software, Inc. Web Site
 Navigator:  Home |  Object Reference |  PdfTable
PdfSignature
  PdfTable Object
PdfTable represents a table. An instance of the PdfTable object is creatable via PdfDocument's CreateTable method. For more information about tables, see Chapter 7 - Tables.

Properties Methods
At
Border
ColNum
Font
Height
RowNum
Rows
Width
 

Properties


At(Row As Long, Column As Long) As PdfCell (Read-only)

Returns a PdfCell object representing a table cell specified by its Row and Column. This is the default parameterized property.

Border As Single (Read/Write)

Returns or specifies the table's outer border. By default, the value is 0 which means the table has no outer border.

ColNum As Long (Read-only)

Returns the number of columns in the table.

Font As PdfFont (Read/Write)

Specifies the current default font for this table to be used when the Cell.AddText method is called without a Font argument.

Height As Single (Read-only)

Returns the table height.

RowNum As Long (Read-only)

Returns the number of rows in the table.

Rows As PdfRows (Read-only)

Returns the PdfRows collection of PdfRow objects representing the table's individual rows.

Width As Single (Read-only)

Returns the table width.

Methods
This object has no methods.
PdfSignature
Search AspPDF.com

  This site is owned and maintained by Persits Software, Inc. Copyright © 2003. All Rights Reserved.