Upgrade Instruction
<div>1. Close all Windows Forms.</div><div>2. Replace the old DLL with the new DLL.</div><div>3. Build the Project</div><div>4. You may find error compiling because, a property is missing in the new version. Please double click the error message within your visual studio to locate that line of compile error within the Form's designer file (i.e Form1.designer.cs or Form1.designer.vb). Simply delete that line and Build again. This time it will build.</div><div>5. If you used the TableAuthoringService call withing your code file for Inserting Row/Column, then you may get some compilation errors as we added a required parameter for those methods. The parameter will determine if you would like to insert the row or column before or after the active cell. You can get this help from the intellisense of Visual Studio.</div>