I want to SetCellValue() of bool type via variable as string for example:
string parameter = "TRUE";
and now I want to SetCellValue(parameter)
What is the correct way to set the cell value as boolean type from the string value above?
Thansk very much in advance