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


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

    Property Value

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