Spread Windows Forms 12.0 Product Documentation
Style Property (DisplayFormat)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > DisplayFormat Class : Style Property
Returns a value, containing a Style object, that represents the style of the associated IRange object as it is displayed in the current user interface.
Syntax
'Declaration
 
Public ReadOnly Property Style As IStyle
'Usage
 
Dim instance As DisplayFormat
Dim value As IStyle
 
value = instance.Style
public IStyle Style {get;}

Property Value

The style of the associated IRange object.
See Also

Reference

DisplayFormat Class
DisplayFormat Members