IsDeletingRangeEnabled

Cells.IsDeletingRangeEnabled method

检查范围是否可以删除。

public bool IsDeletingRangeEnabled(int startRow, int startColumn, int totalRows, int totalColumns)
范围类型描述
startRowInt32范围的起始行索引。
startColumnInt32范围的起始列索引。
totalRowsInt32范围内的行数。
totalColumnsInt32范围内的列数。

也可以看看