Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Cell Class / StyleName Property


In This Topic
    StyleName Property (Cell)
    In This Topic
    Gets or sets the custom style for the cell.
    Syntax
    'Declaration
     
    <DefaultValueAttribute("")>
    Public Property StyleName As String
    'Usage
     
    Dim instance As Cell
    Dim value As String
     
    instance.StyleName = value
     
    value = instance.StyleName
    [DefaultValue("")]
    public string StyleName {get; set;}

    Property Value

    The custom style for the cell. The default value is an empty string, which means there is no custom style for the cell.
    See Also