NOTE!
Form Form1 { X = 0; Y = 0; Width = 284; Height = 444; Form Form2[2] { X = 13; Y = 14; Width = 254; Height = 206; Border = $TRUE; Spread Spread1 { X = 23; Y = 16; Width = 209; Height = 167; SpreadRow SpreadRow1[2] { SpreadColumn SpreadColumn1; SpreadColumn SpreadColumn2; } }
Form2[0].Spread1.setCell(0,0,"abc"); } }