Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / GcSpreadSheet Class / ClipBoardOptions Property


In This Topic
    ClipBoardOptions Property (GcSpreadSheet)
    In This Topic
    Gets or sets whether the component handles the shortcut keys for Clipboard actions.
    Syntax
    'Declaration
     
    <CategoryAttribute("Spread Workbook")>
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Property ClipBoardOptions As ClipboardPasteOptions
    'Usage
     
    Dim instance As GcSpreadSheet
    Dim value As ClipboardPasteOptions
     
    instance.ClipBoardOptions = value
     
    value = instance.ClipBoardOptions
    [Category("Spread Workbook")]
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public ClipboardPasteOptions ClipBoardOptions {get; set;}
    See Also