Add

Add(int, int, int, int, bool)

将 ListObject 添加到工作表中。

public int Add(int startRow, int startColumn, int endRow, int endColumn, bool hasHeaders)
范围类型描述
startRowInt32列表范围的起始行。
startColumnInt32列表范围的起始行。
endRowInt32列表范围的起始行。
endColumnInt32列表范围的起始行。
hasHeadersBoolean范围是否有标题。

返回值

新 ListObject 的索引

也可以看看


Add(string, string, bool)

将 ListObject 添加到工作表中。

public int Add(string startCell, string endCell, bool hasHeaders)
范围类型描述
startCellString列表范围的起始单元格。
endCellString列表范围的结束单元格。
hasHeadersBoolean范围是否有标题。

返回值

新 ListObject 的索引

也可以看看