Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / StyleObjectInfo Class / Style Property


In This Topic
    Style Property (StyleObjectInfo)
    In This Topic
    Gets or sets the style for the cell.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Overridable Property Style As BuiltInStyle
    'Usage
     
    Dim instance As StyleObjectInfo
    Dim value As BuiltInStyle
     
    instance.Style = value
     
    value = instance.Style
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public virtual BuiltInStyle Style {get; set;}

    Property Value

    A GrapeCity.Spreadsheet.BuiltInStyle value represents the style for the cell.
    See Also