我需要插入
var f = new Floater
{
Padding = new Thickness(0, 0, 0, 0),
Margin = new Thickness(0, 0, 5, 0),
HorizontalAlignment = HorizontalAlignment.Left,
Width = 210
};
进入表格单元格
var table = myFlowDocument.Document.Blocks.FirstBlock as Table;
table.RowGroups[0].Rows[0].Cells[0].SetValue(???);
而且真的无法弄清楚我们该怎么做。
也不清楚如何清洁电池。
有什么线索吗?
谢谢!