[]
        
(Showing Draft Content)

C1.iOS.Grid.FlexGrid.Copy

Copy Method

Copy(NSObject)

Declaration
public override void Copy(NSObject sender)
Public Overrides Sub Copy(sender As NSObject)
Parameters
Type Name Description
NSObject sender

Copy(bool, bool)

Copy the current selection to the clipboard.

Declaration
public virtual void Copy(bool includeColumnHeaders = false, bool includeRowHeaders = false)
Public Overridable Sub Copy(Optional includeColumnHeaders As Boolean = False, Optional includeRowHeaders As Boolean = False)
Parameters
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.