PdfGridRow
Cells Property
|
Gets the cells.
Namespace:
Spire.Pdf.Grid
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfGridCellCollection Cells { get; }
Public ReadOnly Property Cells As PdfGridCellCollection
Get
public:
property PdfGridCellCollection^ Cells {
PdfGridCellCollection^ get ();
}
member Cells : PdfGridCellCollection with get
Property Value
Type:
PdfGridCellCollection
The cells.
See Also