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


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

    Property Value

    The name of the style. The default value is an empty string, which means that no custom style is set for this column.
    See Also