Click or drag to resize

PdfGridColumn Width Property

Gets or sets the width. The with is equal to the content width plus margin plus half of the left and right borders.

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

Property Value

Type: Single
The width.
See Also