RingSoft.DataEntryControls.Engine.Annotations Namespace
RingSoft.DataEntryControls.WPF Namespace

DataEntryGridMemoValue..::..AddLine Method

Adds a memo line.

Namespace:  RingSoft.DataEntryControls.Engine.DataEntryGrid
Assembly:  RingSoft.DataEntryControls.Engine (in RingSoft.DataEntryControls.Engine.dll)

Syntax


public void AddLine(
	string text,
	bool crLf
)
Public Sub AddLine ( _
	text As String, _
	crLf As Boolean _
)
public:
void AddLine(
	String^ text, 
	bool^ crLf
)

Parameters

text
Type: String
The text.
crLf
Type: Boolean
if set to true [cr lf].