Click or drag to resize

PdfGridRow ApplyStyle Method

Applies the cell style to all the cells present in a row.

Namespace: Spire.Pdf.Grid
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public void ApplyStyle(
	PdfGridCellStyle cellStyle
)

Parameters

cellStyle
Type: Spire.Pdf.Grid PdfGridCellStyle
The cell style.
See Also