GridWorksheet.GetColumnReadonly

GridWorksheet.GetColumnReadonly method

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

public bool GetColumnReadonly(int columnIndex)
ParameterTypeDescription
columnIndexInt32column index.

Return Value

If readonly returns true.

See Also