Class ClipboardData
Represents the clipboard data.
Inheritance
System.Object
    ClipboardData
  Implements
System.ICloneable
  Namespace: Syncfusion.CompoundFile.XlsIO
Assembly: Syncfusion.XlsIO.Portable.dll
Syntax
public class ClipboardData : Object, ICloneable
  Constructors
ClipboardData()
Declaration
public ClipboardData()
  Fields
Data
Clipboard data.
Declaration
public byte[] Data
  Field Value
| Type | 
|---|
| System.Byte[] | 
Format
Clipboard format.
Declaration
public int Format
  Field Value
| Type | 
|---|
| System.Int32 | 
Methods
Clone()
Createas copy of the current object.
Declaration
public object Clone()
  Returns
| Type | Description | 
|---|---|
| System.Object | A copy of the current object.  | 
      
Parse(Stream)
Extracts data from the stream.
Declaration
public void Parse(Stream stream)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.IO.Stream | stream | Stream to get data from.  | 
      
Serialize(Stream)
Saves clipboard data into stream.
Declaration
public int Serialize(Stream stream)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.IO.Stream | stream | Stream to write data into.  | 
      
Returns
| Type | Description | 
|---|---|
| System.Int32 | Size of the written data.  | 
      
Implements
      System.ICloneable