SheetView.TabSelected Property

Sheet Tab Selected.Represents the attribte in schema: tabSelected

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

Syntax

'Declaration
<SchemaAttrAttribute(, "tabSelected")> _
Public Property TabSelected As BooleanValue
    Get
    Set
'Usage
Dim instance As SheetView
Dim value As BooleanValue

value = instance.TabSelected

instance.TabSelected = value
[SchemaAttrAttribute(, "tabSelected")]
public BooleanValue TabSelected { get; set; }

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

SheetView Class

SheetView Members

DocumentFormat.OpenXml.Spreadsheet Namespace