The SetClip() method of Spread v7(7.35.20132.1) is not working as it was with v5(5.0.3511.2008).
The SetClip() method is expecting an additional tab-delimiter(\t) at the beginning of the text when the target spread has RowHeader Shown.
We have a scenario where we need to copy the row data from one spread to another, so when we use GetClip() to copy the data from one spread which does not have RowHeader shown and copy to another spread with SetClip() which has RowHeader shown, the first value goes to RowHeader of target spread instead of the first column.
It works fine when both the Spreads have RowHeader shown/hidden.
I’m attaching the sample projects with both v7 and v5 to replicate this issue.