| 
CellFormat
SamePaddingsAsTable Property
  | 
 Defines whether to use same paddings as table has.
 Namespace:
 Spire.Doc.Formatting
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public bool SamePaddingsAsTable { get; }
 
Public ReadOnly Property SamePaddingsAsTable As Boolean
	Get
 
public:
property bool SamePaddingsAsTable {
	bool get ();
}
 
member SamePaddingsAsTable : bool with get
 
 
 
Property Value
 
 Type:
 
Boolean
 
 
 See Also
See Also