Spread ASP.NET 16
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Model Namespace / IMovable Interface / Count Property


In This Topic
    Count Property (IMovable)
    In This Topic
    Gets the number of items.
    Syntax
    'Declaration
     
    ReadOnly Property Count As Integer
    'Usage
     
    Dim instance As IMovable
    Dim value As Integer
     
    value = instance.Count
    int Count {get;}

    Property Value

    Integer number of items
    See Also