TableFormat
LeftIndent Property
|
Gets or sets the left indent of the table.
Namespace:
Spire.Doc.Formatting
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public float LeftIndent { get; set; }
Public Property LeftIndent As Single
Get
Set
public:
property float LeftIndent {
float get ();
void set (float value);
}
member LeftIndent : float32 with get, set
Property Value
Type:
Single
The left indent value as a float.
See Also