Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IShapes Interface / Range Method / Range() Method


In This Topic
    Range() Method
    In This Topic
    Gets a IShapeRange object that represents all shapes in a GrapeCity.Spreadsheet.IWorksheet object.
    Syntax
    'Declaration
     
    
    Overloads Function Range() As IShapeRange
    'Usage
     
    
    Dim instance As IShapes
    Dim value As IShapeRange
     
    value = instance.Range()
    IShapeRange Range()

    Return Value

    The subset of the shapes in a IShapes collection.
    See Also