Spread for ASP.NET 12 Product Documentation
StyleInfo Constructor(String)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > StyleInfo Class > StyleInfo Constructor : StyleInfo Constructor(String)
Name of the parent NamedStyle object
Creates a set of cell-level style settings (StyleInfo object) with the specified parent style.
Syntax
'Declaration
 
Public Function New( _
   ByVal parentName As String _
)
'Usage
 
Dim parentName As String
 
Dim instance As New StyleInfo(parentName)
public StyleInfo( 
   string parentName
)

Parameters

parentName
Name of the parent NamedStyle object
See Also

Reference

StyleInfo Class
StyleInfo Members
Overload List