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)
Parameter | Type | Description |
---|---|---|
startRow | Int32 | The start row of the range. |
startColumn | Int32 | The start column of the range. |
rows | Int32 | The number of the rows. |
columns | Int32 | The number of the columns. |
See Also
- class WebWorksheet
- namespace Aspose.Cells.GridWeb.Data
- assembly Aspose.Cells.GridWeb