Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / MultiValuesFilter Class / TextItemCount Property


In This Topic
    TextItemCount Property
    In This Topic
    Gets the total count of filtered text items.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property TextItemCount As Integer
    'Usage
     
    
    Dim instance As MultiValuesFilter
    Dim value As Integer
     
    value = instance.TextItemCount
    public int TextItemCount {get;}

    Property Value

    An integer value represents the total count of filtered text items.
    See Also