Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SheetStyleProperty Class / SheetStyleProperty Constructor
Name for the SheetStyleProperty object


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

    Parameters

    name
    Name for the SheetStyleProperty object
    See Also