Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / SheetSelectionChangedEventArgs Class / ToString Method


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