SetReadonlyRange

GridWorksheet.SetReadonlyRange method

使一系列单元格只读。 http://docs.aspose.com:8082/docs/display/cellsnet/Protecting+Cells 首先通过调用SetAllCellsEditable方法使所有单元格可编辑。 然后调用此方法指定要只读的单元格范围

public void SetReadonlyRange(int startRow, int startColumn, int rows, int columns)
范围类型描述
startRowInt32范围的起始行。
startColumnInt32范围的起始列。
rowsInt32行数。
columnsInt32列数。

也可以看看