Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Model Namespace / BaseSheetSelectionModel Class / Count Property
Example


In This Topic
    Count Property (BaseSheetSelectionModel)
    In This Topic
    Gets the number selections.
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property Count As Integer
    'Usage
     
    
    Dim instance As BaseSheetSelectionModel
    Dim value As Integer
     
    value = instance.Count
    public virtual int Count {get;}

    Property Value

    Integer number of selections
    Remarks
    A selection is a selected range of cells.
    Example
    This example returns the number of cells in the selection.
    See Also