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


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

    Property Value

    The parent style for the cell. The default value is an empty string, which means the cell inherits the parent style from the row, column, or worksheet.
    See Also