GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IRange Interface / Style Property


In This Topic
Style Property (IRange)
In This Topic
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

Property Value

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