Click or drag to resize

PdfGridRow Height Property

Gets or sets the height.The height is equal to the content height plus margin plus half of the top and bottom borders.

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

Property Value

Type: Single
The height.
See Also