SPField.Reorderable property
取得 Boolean 值,指出是否可以重新排序欄位值。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property Reorderable As Boolean
Get
'用途
Dim instance As SPField
Dim value As Boolean
value = instance.Reorderable
public bool Reorderable { get; }
Property value
Type: System.Boolean
true可以重新排列值 ; 如果否則,請false。