Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelPictShape Class / MoveWithCells Property


In This Topic
    MoveWithCells Property
    In This Topic
    Gets or sets a value indicating whether [move with cells].
    Syntax
    'Declaration
     
    
    Public Property MoveWithCells As Boolean
    'Usage
     
    
    Dim instance As ExcelPictShape
    Dim value As Boolean
     
    instance.MoveWithCells = value
     
    value = instance.MoveWithCells
    public bool MoveWithCells {get; set;}

    Property Value

    true if [move with cells]; otherwise, false.
    See Also