Gets the cells.

Namespace: Spire.Pdf.Grid
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public PdfGridCellCollection Cells { get; }
Public ReadOnly Property Cells As PdfGridCellCollection
	Get
public:
property PdfGridCellCollection^ Cells {
	PdfGridCellCollection^ get ();
}
member Cells : PdfGridCellCollection with get

Property Value

PdfGridCellCollection
The cells.

See Also