[This is preliminary documentation and is subject to change.]

Gets a single line

Namespace:  OfficeClip.Utils
Assembly:  OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0

Syntax

C#
public string GetLine(
	int i
)
Visual Basic (Declaration)
Public Function GetLine ( _
	i As Integer _
) As String
Visual C++
public:
String^ GetLine(
	int i
)

Parameters

i
Type: System..::.Int32
The line number

Return Value

The line string

See Also