Returns or sets spacing between cells.
Namespace: Spire.Doc.FormattingAssembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)
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