Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IShapeRange Interface / Count Property


In This Topic
    Count Property (IShapeRange)
    In This Topic
    Gets an integer value that represents the number of shapes in the collection.
    Syntax
    'Declaration
     
    
    ReadOnly Property Count As Integer
    'Usage
     
    
    Dim instance As IShapeRange
    Dim value As Integer
     
    value = instance.Count
    int Count {get;}

    Property Value

    The number of shapes.
    See Also