Share via


Protection.Selection Property

Selection.Represents the element tag in schema: c:selection

Namespace:  DocumentFormat.OpenXml.Drawing.Charts
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Property Selection As Selection
    Get
    Set
'Usage
Dim instance As Protection
Dim value As Selection

value = instance.Selection

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

Property Value

Type: DocumentFormat.OpenXml.Drawing.Charts.Selection
Returns Selection.

See Also

Reference

Protection Class

Protection Members

DocumentFormat.OpenXml.Drawing.Charts Namespace