ClipboardPasteToFill Property (FpSpread)
Gets or sets whether a single cell copied to the Clipboard fills the range when pasted from the Clipboard to the component.
public virtual bool ClipboardPasteToFill {get; set;}
'Declaration
Public Overridable Property ClipboardPasteToFill As Boolean
'Usage
Dim instance As FpSpread
Dim value As Boolean
instance.ClipboardPasteToFill = value
value = instance.ClipboardPasteToFill