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 or sets a value specifying the default cell style of cells appearing in the GridColumn associated with this GridField.
Namespace: Microsoft.SharePoint.JSGrid
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property DefaultCellStyleId As Object
Get
Set
'Usage
Dim instance As GridField
Dim value As Object
value = instance.DefaultCellStyleId
instance.DefaultCellStyleId = value
public Object DefaultCellStyleId { get; set; }
Property Value
Type: System.Object
An Object representing the default cell style ID.