Intersoft ClientUI Documentation
SelectRange Method (IHierarchicalMultipleSelection)



Syntax
Sub SelectRange( _
   ByVal start As Integer, _
   ByVal end As Integer _
) 
Dim instance As IHierarchicalMultipleSelection
Dim start As Integer
Dim end As Integer
 
instance.SelectRange(start, end)
void SelectRange( 
   int start,
   int end
)
void SelectRange( 
   int start,
   int end
) 

Parameters

start
end
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IHierarchicalMultipleSelection Interface
IHierarchicalMultipleSelection Members

Send Feedback