Setting explicit width for each cell of table using aspose.word

reply me how to set different width for the tabel cells using documentbuilder.cellformat.width ?
which is possible or not?

You should simply set DocumentBuilder.CellFormat.Width to appropriate value (in points) after inserting a cell with DocumentBuilder.InsertCell.