BCGControlBar Library for .NET
IsInRangeY Method




Specifies the value to check.
Detects whether a value (row index) is within range by Y coordinate.
Syntax
'Declaration
 
Public Function IsInRangeY( _
   ByVal value As Integer _
) As Boolean
'Usage
 
Dim instance As GridSelectionRange
Dim value As Integer
Dim value As Boolean
 
value = instance.IsInRangeY(value)
public bool IsInRangeY( 
   int value
)
public: bool IsInRangeY( 
   int value
) 
public:
bool IsInRangeY( 
   int value
) 

Parameters

value
Specifies the value to check.

Return Value

True if the specified value is within range by Y coordinate.
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

GridSelectionRange Class
GridSelectionRange Members

Send Feedback