SPView.OrderedView property
取得布林值,這個值,指出使用者是否可以重新排列透過使用者介面項目。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property OrderedView As Boolean
Get
'用途
Dim instance As SPView
Dim value As Boolean
value = instance.OrderedView
public bool OrderedView { get; }
Property value
Type: System.Boolean
true如果可以重新排列項目 ;否則, false。