Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.02 KB

lineseparator-property-ado.md

File metadata and controls

28 lines (18 loc) · 1.02 KB
title TOCTitle ms:assetid ms:mtpsurl ms:contentKeyID ms.date mtps_version ms.localizationpriority
LineSeparator property (ADO)
LineSeparator property (ADO)
9f1323cd-d4ed-2bfa-554b-faebab529548
48546676
09/18/2015
v=office.15
medium

LineSeparator property (ADO)

Applies to: Access 2013, Office 2013

Indicates the binary character to be used as the line separator in text Stream objects.

Settings and return values

Sets or returns a LineSeparatorsEnum value that indicates the line separator character used in the Stream. The default value is adCRLF.

Remarks

LineSeparator is used to interpret lines when reading the content of a text Stream. Lines can be skipped with the SkipLine method.

LineSeparator is used only with text Stream objects (Type is adTypeText). This property is ignored if Type is adTypeBinary.