Version

SetFixedColumn Method

Set the supplied column's fixed state
Syntax
'Declaration
 
Public Sub SetFixedColumn( _
   ByVal sHeaderArg As System.String, _
   ByVal oFixedState As System.Object _
) 
public void SetFixedColumn( 
   System.string sHeaderArg,
   System.object oFixedState
)
public: void SetFixedColumn( 
   System.string* sHeaderArg,
   System.Object* oFixedState
) 

Parameters

sHeaderArg
path to the header
oFixedState
string or enumerated value representing the column fixed state
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