Style Property (CellInfo)
In This Topic
Gets or sets the style.
Syntax
'Declaration
Public Property Style As StyleInfo
'Usage
Dim instance As CellInfo
Dim value As StyleInfo
instance.Style = value
value = instance.Style
public StyleInfo Style {get; set;}
See Also