_Global.LinesToPoints Method
Converts a measurement from lines to points (1 line = 12 points).
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Function LinesToPoints ( _
Lines As Single _
) As Single
'Usage
Dim instance As _Global
Dim Lines As Single
Dim returnValue As Single
returnValue = instance.LinesToPoints(Lines)
float LinesToPoints(
float Lines
)
Parameters
- Lines
Type: System.Single
Required Single. The line value to be converted to points.
Return Value
Type: System.Single
Remarks
This method returns the converted measurement as a Single.