BCGControlBar Library for .NET
SetHighlightedColumn Method




Syntax
'Declaration
 
Public Sub SetHighlightedColumn( _
   ByVal column As GridColumn, _
   ByVal part As CellPart _
) 
'Usage
 
Dim instance As GridControl
Dim column As GridColumn
Dim part As CellPart
 
instance.SetHighlightedColumn(column, part)
public void SetHighlightedColumn( 
   GridColumn column,
   CellPart part
)
public: void SetHighlightedColumn( 
   GridColumn* column,
   CellPart part
) 
public:
void SetHighlightedColumn( 
   GridColumn^ column,
   CellPart part
) 

Parameters

column
part
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