BaseGridColumn.Width Property
Gets or sets the width of the column.
Namespace: Microsoft.SharePoint.JSGrid
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property Width As Integer
Get
Set
'Usage
Dim instance As BaseGridColumn
Dim value As Integer
value = instance.Width
instance.Width = value
public int Width { get; set; }
Property Value
Type: System.Int32
An Int32 specifying the width of the column.