SetCheckBoxState(String,Boolean) Method
Selects or unselects a check box item for this node of a SAP column tree or list tree, by checkbox text.

C# Syntax

void SetCheckBoxState( 
   string item,
   bool state
)

Parameters

item
The text of the check box.
state
True to select.