Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Worksheet Class / DefaultStyle Property


In This Topic
    DefaultStyle Property (Worksheet)
    In This Topic
    Gets or sets default style information for the workbook.
    Syntax
    'Declaration
     
    Public Property DefaultStyle As StyleInfo
    'Usage
     
    Dim instance As Worksheet
    Dim value As StyleInfo
     
    instance.DefaultStyle = value
     
    value = instance.DefaultStyle
    public StyleInfo DefaultStyle {get; set;}
    See Also