DefaultStyleName Property (SheetView)
Gets or sets the name of the default style for the sheet.
public string DefaultStyleName {get; set;}
'Declaration
Public Property DefaultStyleName As String
'Usage
Dim instance As SheetView
Dim value As String
instance.DefaultStyleName = value
value = instance.DefaultStyleName