public abstract class ClipboardManager : IClipboardManager,
IClipboardManagerInternal
Public MustInherit Class ClipboardManager
Implements IClipboardManager, IClipboardManagerInternal
public ref class ClipboardManager abstract : IClipboardManager,
IClipboardManagerInternal
[<AbstractClassAttribute>]
type ClipboardManager =
class
interface IClipboardManager
interface IClipboardManagerInternal
end
ClipboardManager | Initializes a new instance of the ClipboardManager class |
ContainsAny | Checks if clipboard contains data in any supported format. |
StandardClipboardFormats | Returns the standard formats which are supported by the clipboard manager. |
SupportedClipboardFormats | Determines full list of clipboard data types can be handled. |
Contains | Checks if clipboard contains data in specified format. |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
GetData | Retrieves data from clipboard in specified format. |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetRegions | Retrieves Worksheet Regions from clipboard and put it on specified position. |
GetType | Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
SetData(Object, String) | Stores data of specified format in clipboard. |
SetData(Object[], String[]) | Stores data of specified formats in clipboard. |
SetRegions | Stores Worksheet Regions in clipboard. |
ToString | Returns a string that represents the current object. (Inherited from Object) |
IClipboardManagerInternal.PasteForContainer | Begins paste for the specified worksheet. |