Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / ISheetSelectionModel Interface / Count Property


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;}
    See Also