Intersoft ClientUI Documentation
SelectRange Method
See Also  Send Feedback
Intersoft.Client.Framework Namespace > IHierarchicalMultipleSelection Interface : SelectRange Method






start
end

Syntax

Visual Basic (Declaration) 
Sub SelectRange( _
   ByVal start As Integer, _
   ByVal end As Integer _
) 
Visual Basic (Usage)Copy Code
Dim instance As IHierarchicalMultipleSelection
Dim start As Integer
Dim end As Integer
 
instance.SelectRange(start, end)
C# 
void SelectRange( 
   int start,
   int end
)
Delphi 
procedure SelectRange( 
    start: Integer;
    end: Integer
); 
JScript 
function SelectRange( 
   start : int,
   end : int
);
Managed Extensions for C++ 
void SelectRange( 
   int start,
   int end
) 
C++/CLI 
void SelectRange( 
   int start,
   int end
) 

Parameters

start
end

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.