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

C# Syntax

void SetCheckBoxState( 
   uint itemIndex,
   bool state
)

Parameters

itemIndex
1-based.
state
True to select.