Spread ASP.NET 16
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / ConditionalFormattingModel Class / Count Property


In This Topic
    Count Property (ConditionalFormattingModel)
    In This Topic
    Gets the number of elements contained in the ICollection.
    Syntax
    'Declaration
     
    Public ReadOnly Property Count As Integer
    'Usage
     
    Dim instance As ConditionalFormattingModel
    Dim value As Integer
     
    value = instance.Count
    public int Count {get;}

    Property Value

    The number of elements contained in the ICollection.
    See Also