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


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

    Return Value

    Name of the sheet
    Remarks
    String containing the string of text
    Example
    This example illustrates the use of this member by returning the name of the sheet.
    See Also