PdfCells Object

Overview

PdfCells is a collection of PdfCell objects returnable from PdfRow's Cells property.

Member List

Properties


Count As Long (Read-only)
Returns the number of PdfCell objects in this collection.

Item( Index As Long ) As PdfCell (Read-only)
This is the default parameterized property returning a PdfCell specified by a 1-based Index.

Methods

This object has no public methods.