| 
TableFormat
CellSpacing Property
  | 
 Gets or sets the cell spacing of the table.
 Namespace:
 Spire.Doc.Formatting
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
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
 
 Type:
 
Single
 
 The cell spacing in pixels. If the value is less than or equal to 0, the spacing is set to 0. If the value is between 0 and 264.5, it is divided by 2 to set the actual spacing.
 
 See Also
See Also