Spread ASP.NET 16
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / Inset Class / ToString Method


In This Topic
    ToString Method (Inset)
    In This Topic
    Returns the name of the Inset object.
    Syntax
    'Declaration
     
    Public Overrides Function ToString() As String
    'Usage
     
    Dim instance As Inset
    Dim value As String
     
    value = instance.ToString()
    public override string ToString()

    Return Value

    String containing the inset information
    See Also