Spread WPF 18
GrapeCity.Spreadsheet Namespace / IColorStops Interface / Count Property


In This Topic
    Count Property (IColorStops)
    In This Topic
    Returns the count of the represented object.
    Syntax
    'Declaration
     
    ReadOnly Property Count As Integer
    'Usage
     
    Dim instance As IColorStops
    Dim value As Integer
     
    value = instance.Count
    int Count {get;}
    See Also