Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / NamedStyle Class / ToString Method


In This Topic
    ToString Method (NamedStyle)
    In This Topic
    Gets the value of the Name property.
    Syntax
    'Declaration
     
    
    Public Overrides Function ToString() As String
    'Usage
     
    
    Dim instance As NamedStyle
    Dim value As String
     
    value = instance.ToString()
    public override string ToString()

    Return Value

    Value of the Name property
    See Also