Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / ClipboardOptions Property


In This Topic
    ClipboardOptions Property (FpSpread)
    In This Topic
    Gets or sets whether the headers and the filter bar are included when data is copied to or pasted from the Clipboard in the component.
    Syntax
    'Declaration
     
    
    Public Property ClipboardOptions As ClipboardOptions
    'Usage
     
    
    Dim instance As FpSpread
    Dim value As ClipboardOptions
     
    instance.ClipboardOptions = value
     
    value = instance.ClipboardOptions
    public ClipboardOptions ClipboardOptions {get; set;}
    See Also