Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / SheetAxisModelChangingEventArgs Class / ToString Method


In This Topic
    ToString Method (SheetAxisModelChangingEventArgs)
    In This Topic
    Gets the string representation of the event.
    Syntax
    'Declaration
     
    
    Public Overridable Function ToString() As String
    'Usage
     
    
    Dim instance As SheetAxisModelChangingEventArgs
    Dim value As String
     
    value = instance.ToString()
    public virtual string ToString()

    Return Value

    String representation of event
    See Also