Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / ITableRangeManager Interface / RemoveRangeObject Method
Name of the object


In This Topic
    RemoveRangeObject Method
    In This Topic
    Removes an ITableRange object from the manager.
    Syntax
    'Declaration
     
    
    Sub RemoveRangeObject( _
       ByVal name As String _
    ) 
    'Usage
     
    
    Dim instance As ITableRangeManager
    Dim name As String
     
    instance.RemoveRangeObject(name)
    void RemoveRangeObject( 
       string name
    )

    Parameters

    name
    Name of the object
    See Also