ClipboardData
Format Property
|
Clipboard format.
Namespace:
Spire.Doc.CompoundFile
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public int Format { get; set; }
Public Property Format As Integer
Get
Set
public:
property int Format {
int get ();
void set (int value);
}
member Format : int with get, set
Property Value
Type:
Int32
See Also