Cell[] cellsA = new Cell[] { new Cell.AddCellBuilder(7960873114331012, true).Build(),
new Cell.AddCellBuilder(642523719853956, "New status").SetStrict(false).Build()
};
Row rowA = new Row.AddRowBuilder(true,null,null,null,null).SetCells(cellsA).Build();
smartsheet.SheetResources.RowResources.AddRows(873476834787, new Row[] { rowA});
我想在第5行之后的特定位置添加此行。
答案 0 :(得分:1)