Gets or sets the default style information for the cells in this sheet.
Syntax
'Declaration
Public Property DefaultStyle As StyleInfo
'Usage
Dim instance As SheetView
Dim value As StyleInfo
instance.DefaultStyle = value
value = instance.DefaultStyle
public StyleInfo DefaultStyle {get; set;}
See Also