Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadActions Class / ClipboardCutAsString Field


In This Topic
    ClipboardCutAsString Field
    In This Topic
    Cuts the selected items to the Clipboard as a string. This field is read-only.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly ClipboardCutAsString As Object
    'Usage
     
    
    Dim value As Object
     
    value = SpreadActions.ClipboardCutAsString
    public static readonly object ClipboardCutAsString
    See Also