Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / GradientSelectionRenderer Class / ToString Method


In This Topic
    ToString Method (GradientSelectionRenderer)
    In This Topic
    Returns the name of the renderer as a string.
    Syntax
    'Declaration
     
    
    Public Overrides Function ToString() As String
    'Usage
     
    
    Dim instance As GradientSelectionRenderer
    Dim value As String
     
    value = instance.ToString()
    public override string ToString()
    See Also