Search
Table.IgnoreLayout Property
See Also
 



Gets or sets a value indicating whether the position of this table can be changed by automatic layout methods.

 Syntax

VB6  Copy Code

Public Property Get IgnoreLayout() As Boolean
Public Property Let IgnoreLayout( _
    ByVal value As Boolean _
)

C++  Copy Code

public:
bool get_IgnoreLayout ()
void put_IgnoreLayout (
    bool value
)

 Property Value

A boolean value. The default is false.

 Remarks

Specifies whether the position of a diagram item can be changed by automatic layout methods. If enabled, the position of an item won't be changed.

 See Also