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


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

    Property Value

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