| 
RowFormat
CellSpacing Property
  | 
Note: This API is now obsolete.
 
 Returns or sets spacing between cells.
The setting value must be between 0 pt and 264.5 pt. 
The value will not be applied to this property if it is set out of range.
This property will be cleared if the set value is less than 0.
 Namespace:
 Spire.Doc.Formatting
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
[ObsoleteAttribute("This property is deprecated. Please call the "Table.Format.CellSpacing" property.")]
public float CellSpacing { get; set; }
 
<ObsoleteAttribute("This property is deprecated. Please call the "Table.Format.CellSpacing" property.")>
Public Property CellSpacing As Single
	Get
	Set
 
public:
[ObsoleteAttribute(L"This property is deprecated. Please call the "Table.Format.CellSpacing" property.")]
property float CellSpacing {
	float get ();
	void set (float value);
}
 
[<ObsoleteAttribute("This property is deprecated. Please call the "Table.Format.CellSpacing" property.")>]
member CellSpacing : float32 with get, set
 
 
 
Property Value
 
 Type:
 
Single
 
 
 See Also
See Also