Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the column widths for the result set.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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.