Spread Windows Forms 12.0 Product Documentation
Item(String) Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IStyles Interface > Item Property : Item(String) Property
Gets the IStyle object with the specified name.
Syntax
'Declaration
 
Overloads ReadOnly Property Item( _
   ByVal name As String _
) As IStyle
'Usage
 
Dim instance As IStyles
Dim name As String
Dim value As IStyle
 
value = instance.Item(name)
IStyle Item( 
   string name
) {get;}

Parameters

name

Property Value

An IStyle object with the specified name.
See Also

Reference

IStyles Interface
IStyles Members
Overload List