Gets or sets the cell spacing.

Namespace: Spire.Pdf.Grid
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public float CellSpacing { get; set; }
Public Property CellSpacing As Single
	Get
	Set
public:
property float CellSpacing {
	float get ();
	void set (float value);
}
member CellSpacing : float32 with get, set

Property Value

Single
The cell spacing.

See Also