Hi !
I have created checkbox as per the following.
However I am unable to fix the position for the checkbox in the cell.
How can I disply checkbox in the specified cell.?
Please guide me.
int index = excelbook.Worksheets[0].CheckBoxes.Add(5, 5, 100, 120);
//Get the checkbox object.
Aspose.Cells.CheckBox checkbox = excelbook.Worksheets[0].CheckBoxes[index];