Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / StyleInfo Class / StyleInfo Constructor / StyleInfo Constructor(String)
Name of the parent NamedStyle object


In This Topic
    StyleInfo Constructor(String)
    In This Topic
    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