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


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

    Property Value

    The parent style for the row. The default value is an empty string, which means that no parent style is set for the row.
    Remarks
    The row inherits its style properties from the named parent style.
    See Also