Click or drag to resize

PdfGridCell Style Property

Gets or sets the cell style.

Namespace: Spire.Pdf.Grid
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfGridCellStyle Style { get; set; }

Property Value

Type: PdfGridCellStyle
The cell style.
See Also