Version

GetColumnHeaderCheckState Method (WinGridReplayServer)

Get the ColumnHeader checkstate for the specified column header
Syntax
'Declaration
 
Public Overridable Function GetColumnHeaderCheckState( _
   ByVal colHeaderPath As System.String _
) As System.Integer
public virtual System.int GetColumnHeaderCheckState( 
   System.string colHeaderPath
)

Parameters

colHeaderPath
A string representation of the path to the Column Header. [[[iBand,]iRow;...]:]oColumn iRow is the Integer index for the row. iBand is the Integer index of the ChildBand. oColumn is the Integer index, or the string Key of the Column.

Return Value

integer\Enumeration value of the ColumnHeader CheckState. micUnchecked = 0, micChecked = 1, micIndeterminate = 2
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