RowFormat
Positioning Property
|
Note: This API is now obsolete.
Gets the positioning.
Namespace:
Spire.Doc.Formatting
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
[ObsoleteAttribute("This property is deprecated. Please call the "Table.Format.Positioning" property.")]
public TablePositioning Positioning { get; }
<ObsoleteAttribute("This property is deprecated. Please call the "Table.Format.Positioning" property.")>
Public ReadOnly Property Positioning As TablePositioning
Get
public:
[ObsoleteAttribute(L"This property is deprecated. Please call the "Table.Format.Positioning" property.")]
property TablePositioning^ Positioning {
TablePositioning^ get ();
}
[<ObsoleteAttribute("This property is deprecated. Please call the "Table.Format.Positioning" property.")>]
member Positioning : TablePositioning with get
Property Value
Type:
TablePositioning
See Also