Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / SheetInfo Class / Styles Property


In This Topic
    Styles Property (SheetInfo)
    In This Topic
    Syntax
    'Declaration
     
    <TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)>
    <NotifyParentPropertyAttribute(True)>
    Public Property Styles As SheetStyles
    'Usage
     
    Dim instance As SheetInfo
    Dim value As SheetStyles
     
    instance.Styles = value
     
    value = instance.Styles
    [TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
    [NotifyParentProperty(true)]
    public SheetStyles Styles {get; set;}
    See Also