Share via


Connection.RangeProperties property

Namespace:  DocumentFormat.OpenXml.Office15.Excel
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Property RangeProperties As RangeProperties
    Get
    Set
'Usage
Dim instance As Connection
Dim value As RangeProperties

value = instance.RangeProperties

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

Property value

Type: DocumentFormat.OpenXml.Office15.Excel.RangeProperties

See also

Reference

Connection class

Connection members

DocumentFormat.OpenXml.Office15.Excel namespace