| 
RowFormat
LeftIndent Property
  | 
Note: This API is now obsolete.
 
 Returns or sets table indent.
 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.LeftIndent" property.")]
public float LeftIndent { get; set; }
 
<ObsoleteAttribute("This property is deprecated. Please call the "Table.Format.LeftIndent" property.")>
Public Property LeftIndent As Single
	Get
	Set
 
public:
[ObsoleteAttribute(L"This property is deprecated. Please call the "Table.Format.LeftIndent" property.")]
property float LeftIndent {
	float get ();
	void set (float value);
}
 
[<ObsoleteAttribute("This property is deprecated. Please call the "Table.Format.LeftIndent" property.")>]
member LeftIndent : float32 with get, set
 
 
 
Property Value
 
 Type:
 
Single
 
 
 See Also
See Also