Click or drag to resize

PdfGridRowCollection ApplyStyle Method

Applies the style.

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

Parameters

style
Type: Spire.Pdf.Grid PdfGridStyleBase
The style.
See Also