Spread Windows Forms 12.0 Product Documentation
RemoveRangeObject Method


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Model Namespace > ITableRangeManager Interface : RemoveRangeObject Method
Name of the object
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

Reference

ITableRangeManager Interface
ITableRangeManager Members