'Declaration
<System.ComponentModel.BrowsableAttribute(False)> <System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Always)> <System.ComponentModel.DefaultValueAttribute("")> Public Property WorkbookSetState As System.String
'Usage
Dim instance As WorkbookView Dim value As System.String instance.WorkbookSetState = value value = instance.WorkbookSetState
[System.ComponentModel.Browsable(false)] [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Always)] [System.ComponentModel.DefaultValue("")] public System.string WorkbookSetState {get; set;}