Click or drag to resize

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
[ObsoleteAttribute("This property is deprecated. Please call the "Table.Format.CellSpacing" property.")]
public float CellSpacing { get; set; }

Property Value

Type: Single
See Also