DynamicMove Property (XShape)
In This Topic
Gets or sets whether the object moves when hiding or showing, resizing, or moving rows or columns.
Syntax
'Declaration
Public Overridable Property DynamicMove As Boolean
'Usage
Dim instance As XShape
Dim value As Boolean
instance.DynamicMove = value
value = instance.DynamicMove
public virtual bool DynamicMove {get; set;}
See Also