GridWorksheet.SetColumnReadonly
GridWorksheet.SetColumnReadonly method
Sets a column to readonly so user can’t delete it from client side. this is extended method of GridWeb specifically,it will not keep and take affect in actual excel file
public void SetColumnReadonly(int columnIndex, bool isReadonly)
Parameter | Type | Description |
---|---|---|
columnIndex | Int32 | column index. |
isReadonly | Boolean | true or false. |
See Also
- class GridWorksheet
- namespace Aspose.Cells.GridWeb.Data
- assembly Aspose.Cells.GridWeb