ITable
IndentFromLeft Property
|
Gets or sets indent from left for the table.
Namespace:
Spire.Doc.Interface
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
float IndentFromLeft { get; set; }
Property IndentFromLeft As Single
Get
Set
property float IndentFromLeft {
float get ();
void set (float value);
}
abstract IndentFromLeft : float32 with get, set
Property Value
Type:
Single
See Also