Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / SpreadChart Class / DynamicMove Property


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