View.TabularView property
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Property TabularView As Boolean
Get
Set
'Usage
Dim instance As View
Dim value As Boolean
value = instance.TabularView
instance.TabularView = value
public bool TabularView { get; set; }
Property value
Type: System.Boolean