Skip to main content

GridClipboardDataProvider Members

Allows you to return data for the clipboard in a variety of formats (plain text, rich text, plain unicode text, CSV, Biff8, HTML).

Constructors

Name Description
GridClipboardDataProvider(ClipboardExportManagerBase<ColumnWrapper, RowBaseWrapper>) Initializes a new instance of the GridClipboardDataProvider class with specified settings.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetCsvData(GridClipboardDataProviderOptions) Returns data for the clipboard in the CSV format.
GetData(GridClipboardDataProviderOptions) Returns data for the clipboard in the specified format(s).
GetData(ClipboardDataFormat, GridClipboardDataProviderOptions) Returns data for the clipboard in the specified format(s).
GetExcelData(GridClipboardDataProviderOptions) Returns data for the clipboard in Microsoft Excel’s binary file format (BIFF).
GetHashCode() Serves as the default hash function. Inherited from Object.
GetHtmlData(GridClipboardDataProviderOptions) Returns data for the clipboard in the HTML format.
GetRichTextData(GridClipboardDataProviderOptions) Returns data for the clipboard in the rich text format.
GetTextData(GridClipboardDataProviderOptions) Returns data for the clipboard in the plain text format.
GetType() Gets the Type of the current instance. Inherited from Object.
GetUnicodeTextData(GridClipboardDataProviderOptions) Returns data for the clipboard in the plain unicode text format.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also