Spread Windows Forms 12.0 Product Documentation
Style Property (IRange)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IRange Interface : Style Property
Gets or sets the style for the cell.
Syntax
'Declaration
 
Property Style As IStyle
'Usage
 
Dim instance As IRange
Dim value As IStyle
 
instance.Style = value
 
value = instance.Style
IStyle Style {get; set;}

Property Value

An IStyle object represents the style for the cell.
See Also

Reference

IRange Interface
IRange Members