BCGControlBar Library for .NET
ExtendRangeOnMergedCells Method




Specifies the range.
Checks if there are any merged cell in the range and if one or more merged cells are partially covered, extends the range to cover them completely.
Syntax
'Declaration
 
Public Function ExtendRangeOnMergedCells( _
   ByVal range As GridSelectionRange _
) As Boolean
'Usage
 
Dim instance As GridControl
Dim range As GridSelectionRange
Dim value As Boolean
 
value = instance.ExtendRangeOnMergedCells(range)
public bool ExtendRangeOnMergedCells( 
   GridSelectionRange range
)
public: bool ExtendRangeOnMergedCells( 
   GridSelectionRange* range
) 
public:
bool ExtendRangeOnMergedCells( 
   GridSelectionRange^ range
) 

Parameters

range
Specifies the range.
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

GridControl Class
GridControl Members

Send Feedback