Save and load cell border information from strings
I´m trying to save the border information of a cell to a string variable and use the string to create borders for another cell, but I simply can't figure out how to do that. I have seen that you can get some border information using
.Cells[2, 0].Borders[SpreadsheetGear.BordersIndex.EdgeTop].ToString();
But I can´t figure out how to use the string to give border information to another cell.