Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI.UndoRedo Namespace / RowUngroupUndoAction Class / ToString Method


In This Topic
    ToString Method (RowUngroupUndoAction)
    In This Topic
    Returns a System.String that represents this instance.
    Syntax
    'Declaration
     
    Public Overrides Function ToString() As String
    'Usage
     
    Dim instance As RowUngroupUndoAction
    Dim value As String
     
    value = instance.ToString()
    public override string ToString()

    Return Value

    A System.String that represents this instance.
    See Also