CustomSheetView.Selection Property

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

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

Syntax

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

value = instance.Selection

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

Property Value

Type: DocumentFormat.OpenXml.Spreadsheet.Selection
Returns Selection.

See Also

Reference

CustomSheetView Class

CustomSheetView Members

DocumentFormat.OpenXml.Spreadsheet Namespace