Share via


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.

See also

Reference

LookupTypeItem class

LookupTypeItem members

Microsoft.SharePoint.JSGrid namespace