Gets or sets indent from left for the table.

Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public float IndentFromLeft { get; set; }
Public Property IndentFromLeft As Single
	Get
	Set
public:
virtual property float IndentFromLeft {
	float get () sealed;
	void set (float value) sealed;
}
abstract IndentFromLeft : float32 with get, set
override IndentFromLeft : float32 with get, set

Property Value

Single

Implements

ITable..::..IndentFromLeft

See Also