Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / Border Class / ToString Method


In This Topic
    ToString Method (Border)
    In This Topic
    Gets the name of the border as a string.
    Syntax
    'Declaration
     
    
    Public Overrides Function ToString() As String
    'Usage
     
    
    Dim instance As Border
    Dim value As String
     
    value = instance.ToString()
    public override string ToString()

    Return Value

    String containing the name of the border object
    See Also