Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.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

    String containing the name of the style

    Remarks
    This method returns a String containing the value of the Name property.
    See Also