Compartilhar via


Properties.Lines Property

Number of Lines.Represents the element tag in schema: ap:Lines

Namespace:  DocumentFormat.OpenXml.ExtendedProperties
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Property Lines As Lines
    Get
    Set
'Usage
Dim instance As Properties
Dim value As Lines

value = instance.Lines

instance.Lines = value
public Lines Lines { get; set; }

Property Value

Type: DocumentFormat.OpenXml.ExtendedProperties.Lines
Returns Lines.

See Also

Reference

Properties Class

Properties Members

DocumentFormat.OpenXml.ExtendedProperties Namespace