Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetStyleProperty Class / SheetStyleProperty Constructor
Name of the style property


In This Topic
    SheetStyleProperty Constructor
    In This Topic
    Creates a new SheetStyleProperty object for the specified property name.
    Syntax
    'Declaration
     
    
    Protected Function New( _
       ByVal text As String _
    )
    'Usage
     
    
    Dim text As String
     
    Dim instance As New SheetStyleProperty(text)
    protected SheetStyleProperty( 
       string text
    )

    Parameters

    text
    Name of the style property
    See Also