PdfGridCell
Width Property
|
Gets or sets the width.
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; }
Public ReadOnly Property Width As Single
Get
public:
property float Width {
float get ();
}
member Width : float32 with get
Property Value
Type:
Single
The width.
See Also