SPView.TabularView property
取得或設定是否清單檢視應包括大量作業核取方塊,如果目前的 [清單] 檢視支援它們。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property TabularView As Boolean
Get
Set
'用途
Dim instance As SPView
Dim value As Boolean
value = instance.TabularView
instance.TabularView = value
public bool TabularView { get; set; }
Property value
Type: System.Boolean
true如果應顯示的大量作業核取方塊,當目前的 [清單] 檢視支援它們。否則, false。