get the fragment according to the copyContentCellOnly

Namespace:  C1.Phone.RichTextBox.Documents
Assembly:  C1.Phone.RichTextBox (in C1.Phone.RichTextBox.dll)

Syntax

C#
public C1Document GetFragment(
	bool copyContentCellOnly
)
Visual Basic
Public Function GetFragment ( _
	copyContentCellOnly As Boolean _
) As C1Document

Parameters

copyContentCellOnly
Type: System..::..Boolean
indicates only the content of cell will be copied

Return Value

See Also