Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Model Namespace / ISheetSelectionModel Interface / Count Property
Example


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

    Property Value

    Integer number of selections
    Example
    See Also