Spread WPF 18
GrapeCity.Spreadsheet.Commands Namespace / Command Class / StopClipboardCopying Property


In This Topic
    StopClipboardCopying Property
    In This Topic
    Gets a value indicating whether the GrapeCity.Spreadsheet.IWorkbookSet.CutCopyMode is set to GrapeCity.Spreadsheet.CutCopyMode.None after this command executed.
    Syntax
    'Declaration
     
    Public Overridable ReadOnly Property StopClipboardCopying As Boolean
    'Usage
     
    Dim instance As Command
    Dim value As Boolean
     
    value = instance.StopClipboardCopying
    public virtual bool StopClipboardCopying {get;}
    See Also