BCGControlBar Library for .NET
GetColumnsInRange Method




Specifies the range.
When the function returns this list contains collection of columns.
If this parameter is true, lst is filled only if range is a column range.
Returns collection of columns located in selection range.
Syntax
'Declaration
 
Public Sub GetColumnsInRange( _
   ByVal range As GridSelectionRange, _
   ByVal lst As ArrayList, _
   ByVal columnRangeOnly As Boolean _
) 
'Usage
 
Dim instance As GridControl
Dim range As GridSelectionRange
Dim lst As ArrayList
Dim columnRangeOnly As Boolean
 
instance.GetColumnsInRange(range, lst, columnRangeOnly)
public void GetColumnsInRange( 
   GridSelectionRange range,
   ArrayList lst,
   bool columnRangeOnly
)
public: void GetColumnsInRange( 
   GridSelectionRange* range,
   ArrayList* lst,
   bool columnRangeOnly
) 
public:
void GetColumnsInRange( 
   GridSelectionRange^ range,
   ArrayList^ lst,
   bool columnRangeOnly
) 

Parameters

range
Specifies the range.
lst
When the function returns this list contains collection of columns.
columnRangeOnly
If this parameter is true, lst is filled only if range is a column 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