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


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

    Return Value

    String representation of event
    See Also