[]
public override void Copy(NSObject sender)
Public Overrides Sub Copy(sender As NSObject)
| Type | Name | Description |
|---|---|---|
| NSObject | sender |
Copy the current selection to the clipboard.
public virtual void Copy(bool includeColumnHeaders = false, bool includeRowHeaders = false)
Public Overridable Sub Copy(Optional includeColumnHeaders As Boolean = False, Optional includeRowHeaders As Boolean = False)
| Type | Name | Description |
|---|---|---|
| bool | includeColumnHeaders | Whether the columns header text is included in copied string. |
| bool | includeRowHeaders | Whether the rows header text is included in copied string. |