LookupTypeItem.StyleId Property
Gets or sets the id of the cell style associated with this value.
Namespace: Microsoft.SharePoint.JSGrid
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property StyleId As String
Get
Set
'Usage
Dim instance As LookupTypeItem
Dim value As String
value = instance.StyleId
instance.StyleId = value
public string StyleId { get; set; }
Property Value
Type: System.String
A string representing the cell style ID.