Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / GcSpreadSheet Class / NamedStyles Property


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

    Property Value

    The collection of GrapeCity.Windows.SpreadSheet.Data.StyleInfo objects for this sheet.
    See Also