Gets the cells.

Namespace: Spire.Pdf.Grid
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

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