SharePoint Integrator V4 - Online Help
SharePoint Integrator V4
Questions / Feedback?

ColumnReadOnly Property

The ReadOnly property will mark the column as read-only so its contents cannot be modified.

Object Oriented Interface

public function getColumnReadOnly($columnindex);
public function setColumnReadOnly($columnindex, $value);

Procedural Interface

insp_spsite_get($res, 12 , $columnindex);
insp_spsite_set($res, 12, $value , $columnindex);

Default Value

false

Remarks

The ColumnReadOnly property will mark the column as read-only so its contents cannot be modified.

The size of the array is controlled by the ColumnCount property.

This property is not available at design time.

Data Type

Boolean

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 4.0.6240.0