Returns text contained in the TextBox control.

Namespace:  PerpetuumSoft.Reporting.Export.Excel.Adapters
Assembly:  PerpetuumSoft.Reporting.Export.Excel (in PerpetuumSoft.Reporting.Export.Excel.dll) Version: 3.9.0.1

Syntax

C#
protected override string GetText(
	TextControl control
)
Visual Basic (Declaration)
Protected Overrides Function GetText ( _
	control As TextControl _
) As String
Visual C++
protected:
virtual String^ GetText(
	TextControl^ control
) override

See Also