WebWorksheet.SetEditableRange

WebWorksheet.SetEditableRange method

Makes a range of cells editable. http://docs.aspose.com:8082/docs/display/cellsnet/Protecting+Cells Make all cells read only by calling the SetAllCellsReadonly method. then call this method to Specify the range of cells that to be editable

public void SetEditableRange(int startRow, int startColumn, int rows, int columns)
ParameterTypeDescription
startRowInt32The start row of the range.
startColumnInt32The start column of the range.
rowsInt32The number of the rows.
columnsInt32The number of the columns.

See Also