Gets or sets the cell style.

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 PdfGridCellStyle Style { get; set; }
Public Property Style As PdfGridCellStyle
	Get
	Set
public:
property PdfGridCellStyle^ Style {
	PdfGridCellStyle^ get ();
	void set (PdfGridCellStyle^ value);
}
member Style : PdfGridCellStyle with get, set

Property Value

PdfGridCellStyle
The cell style.

See Also