GridOptionsClipboard Members
In This Article
#Constructors
Name | Description |
---|---|
Grid |
Initializes a new instance of the Grid |
#Properties
Name | Description |
---|---|
Allow |
Gets or sets whether an end-user can copy selected rows and cells to the Clipboard. |
Allow |
Gets or sets whether copying data in CSV format is enabled.
Inherited from Clipboard |
Allow |
Gets or sets whether copying data in XLS (Biff8) format is enabled.
Inherited from Clipboard |
Allow |
Gets or sets whether copying data in HTML format is enabled.
Inherited from Clipboard |
Allow |
Gets or sets whether copying data in RTF format is enabled.
Inherited from Clipboard |
Allow |
Gets or sets whether copying data in Text and Unicode |
Clipboard |
Gets or sets whether data is copied to the Clipboard as plain text or along with its format settings (in RTF, HTML, XLS (Biff8), CSV, Unicode |
Copy |
Gets or sets whether formatted data is copied from both expanded and collapsed rows/nodes.
Inherited from Clipboard |
Copy |
Gets or sets whether column and band headers are to be copied along with data cells.
Inherited from Clipboard |
Paste |
Gets or sets data pasting mode.
Inherited from Clipboard |
Show |
Gets or sets whether a progress bar that indicates a data copy operation’s progress is enabled.
Inherited from Clipboard |
#Methods
Name | Description |
---|---|
Assign |
Copies settings from the specified object to the current object. |
Begin |
Locks the Base |
Cancel |
Unlocks the Base |
End |
Unlocks the Base |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Reset() |
Resets all options to their default values.
Inherited from Base |
To |
Returns a string representing the currently enabled options.
Inherited from Base |
See Also