[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.IMovable

IMovable Interface

Interface that supports arranging the items in an object in the data model.

Namespace: FarPoint.Win.Spread.Model
Assembly: FarPoint.Win.Spread.dll
Syntax
public interface IMovable
Public Interface IMovable
Remarks

Internal use only

Properties

Name Description
Count

Gets the number of items.

Methods

Name Description
Add(int, int)

Adds items at the specified location.

Clear(int, int)

Removes all of the items from the specified location.

Copy(int, int, int)

Copies items from one specified location to another.

Move(int, int, int)

Moves items from one specified location to another.

Remove(int, int)

Removes items from the specified location.

Swap(int, int, int)

Swaps items from one specified location to another.