GridWorksheet.GetRowReadonly

GridWorksheet.GetRowReadonly method

Gets if a row is readonly. this is extended method of GridWeb specifically,it will not keep and take affect in actual excel file

public bool GetRowReadonly(int rowIndex)
ParameterTypeDescription
rowIndexInt32row index.

Return Value

If readonly returns true.

See Also