GridWorksheet.SetRowReadonly

GridWorksheet.SetRowReadonly method

Sets a row 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 SetRowReadonly(int rowIndex, bool isReadonly)
ParameterTypeDescription
rowIndexInt32row index.
isReadonlyBooleantrue or false.

See Also