Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / SheetAxisProperty Class / SheetAxisProperty Constructor
String with name


In This Topic
    SheetAxisProperty Constructor
    In This Topic
    Creates a new axis model property.
    Syntax
    'Declaration
     
    
    Protected Function New( _
       ByVal text As String _
    )
    'Usage
     
    
    Dim text As String
     
    Dim instance As New SheetAxisProperty(text)
    protected SheetAxisProperty( 
       string text
    )

    Parameters

    text
    String with name
    See Also