DataResultBase.ColumnNumberForEachItem Property
Gets or sets the number of columns to display in the first row for each item in the result set.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property ColumnNumberForEachItem As Integer
Get
Set
'Usage
Dim instance As DataResultBase
Dim value As Integer
value = instance.ColumnNumberForEachItem
instance.ColumnNumberForEachItem = value
public int ColumnNumberForEachItem { get; set; }
Property Value
Type: System.Int32
A 32-bit signed integer that contains the number of columns to display in the first row for each item in the result set.