Share via


TableResultControl.ColumnWidths property

Gets the column widths for the result set.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property ColumnWidths As ArrayList
    Get
'Usage
Dim instance As TableResultControl
Dim value As ArrayList

value = instance.ColumnWidths
public ArrayList ColumnWidths { get; }

Property value

Type: System.Collections.ArrayList
An ArrayList that contains the column widths for the result set.

See also

Reference

TableResultControl class

TableResultControl members

Microsoft.SharePoint.WebControls namespace