Manager..::..MakeReadOnly Method (Cell, Boolean)

Makes the read only.

Namespace:  JiwaFinancials.Jiwa.JiwaApplication
Assembly:  JiwaApplication (in JiwaApplication.dll)

Syntax


public static void MakeReadOnly(
	Cell Cell,
	bool IsReadOnly
)
Public Shared Sub MakeReadOnly ( _
	Cell As Cell, _
	IsReadOnly As Boolean _
)
public:
static void MakeReadOnly(
	Cell^ Cell, 
	bool^ IsReadOnly
)

Parameters

Cell
Type: Cell
The cell.
IsReadOnly
Type: Boolean
if set to true [is read only].