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; }
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
Type:
PdfGridCellStyle
The cell style.
See Also