Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Charts Namespace / IChartObject Interface / ShapeRange Property


In This Topic
    ShapeRange Property (IChartObject)
    In This Topic
    Gets an GrapeCity.Spreadsheet.Drawing.IShapeRange collection that represents all shapes in the chart.
    Syntax
    'Declaration
     
    
    ReadOnly Property ShapeRange As IShapeRange
    'Usage
     
    
    Dim instance As IChartObject
    Dim value As IShapeRange
     
    value = instance.ShapeRange
    IShapeRange ShapeRange {get;}
    See Also