Sheet.State Property
Visible State.Represents the attribte in schema: state
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "state")> _
Public Property State As EnumValue(Of SheetStateValues)
Get
Set
'Usage
Dim instance As Sheet
Dim value As EnumValue(Of SheetStateValues)
value = instance.State
instance.State = value
[SchemaAttrAttribute(, "state")]
public EnumValue<SheetStateValues> State { get; set; }
Property Value
Type: DocumentFormat.OpenXml.EnumValue<SheetStateValues>
Returns EnumValue<T>.