Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.UI Namespace / IntelliSenseItems.Entry Structure / ToString Method


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

    Return Value

    The name of this instance.
    See Also