FlexGrid for WinForms
Selected Property (ColumnCollection)



Gets a collection of Column objects that are currently selected.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
Public ReadOnly Property Selected As ColumnCollection
'Usage
 
Dim instance As ColumnCollection
Dim value As ColumnCollection
 
value = instance.Selected
[Browsable(false)]
public ColumnCollection Selected {get;}
[Browsable(false)]
public:
property ColumnCollection^ Selected {
   ColumnCollection^ get();
}
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

ColumnCollection Class
ColumnCollection Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback