FreezeColumnsAndRows Property
set to true if the columns and rows should be unmovable by the slider grips

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.1.1.1)

Syntax

C#
public bool FreezeColumnsAndRows { get; set; }
Visual Basic
Public Property FreezeColumnsAndRows As Boolean
	Get
	Set
Visual C++
public:
property bool FreezeColumnsAndRows {
	bool get ();
	void set (bool value);
}

See Also