SheetView.TabSelected Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sheet Tab Selected
Represents the following attribute in the schema: tabSelected
[DocumentFormat.OpenXml.SchemaAttr(0, "tabSelected")]
public DocumentFormat.OpenXml.BooleanValue TabSelected { get; set; }
public DocumentFormat.OpenXml.BooleanValue TabSelected { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "tabSelected")]
public DocumentFormat.OpenXml.BooleanValue? TabSelected { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("tabSelected")]
public DocumentFormat.OpenXml.BooleanValue? TabSelected { get; set; }
public DocumentFormat.OpenXml.BooleanValue? TabSelected { get; set; }
member this.TabSelected : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "tabSelected")>]
member this.TabSelected : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("tabSelected")>]
member this.TabSelected : DocumentFormat.OpenXml.BooleanValue with get, set
Public Property TabSelected As BooleanValue
Property Value
Returns BooleanValue.
- Attributes