PdfCells Object

Overview

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

Member List

Properties


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

PdfCell this[int Index](Read-only)
This is the default parameterized property returning a PdfCell specified by a 1-based Index.

Methods

This object has no public methods.