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


In This Topic
    NamedStyles Property (Worksheet)
    In This Topic
    Gets or sets a collection of StyleInfo objects for this sheet.
    Syntax
    'Declaration
     
    <DefaultValueAttribute("")>
    Public Property NamedStyles As StyleInfoCollection
    'Usage
     
    Dim instance As Worksheet
    Dim value As StyleInfoCollection
     
    instance.NamedStyles = value
     
    value = instance.NamedStyles
    [DefaultValue("")]
    public StyleInfoCollection NamedStyles {get; set;}

    Property Value

    The collection of StyleInfo objects for this sheet.
    See Also