Version

CloseHiddenColsMenu Method

Close the hidden columns menu for the column
Syntax
'Declaration
 
Public Sub CloseHiddenColsMenu( _
   ByVal sHeaderArg As System.String, _
   Optional ByVal oLocation As System.Object _
) 
public void CloseHiddenColsMenu( 
   System.string sHeaderArg,
   System.object oLocation
)
public: void CloseHiddenColsMenu( 
   System.string* sHeaderArg,
   System.Object* oLocation
) 

Parameters

sHeaderArg
string text path to the column header
oLocation
Optional parameter representing the XgrdHiddenColLoc enumeration that helps define the location of the hidden columns menu. It can be either an enumerated value, an integer, or string.
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