TAdvStringGrid Get Radio Button State c++

In c++:
What is the methods' name and definition to get the state of a radio button in a TAdvStringGrid in which Grid->AddRadioColumn(columnnumber) is used?

grid->GetRadioButtonColumnIndex(ColumnIndex): integer;

is for this purpose