Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Model Namespace / SheetSelectionModelEventArgs Class / ToString Method


In This Topic
    ToString Method (SheetSelectionModelEventArgs)
    In This Topic
    Returns a string that represents the current SheetSelectionModelEventArgs object.
    Syntax
    'Declaration
     
    
    Public Overrides Function ToString() As String
    'Usage
     
    
    Dim instance As SheetSelectionModelEventArgs
    Dim value As String
     
    value = instance.ToString()
    public override string ToString()
    See Also