Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / Row Class / ParentStyleName Property
Example


In This Topic
    ParentStyleName Property (Row)
    In This Topic
    Gets or sets the name of the parent style from which style properties are inherited.
    Syntax
    'Declaration
     
    
    Public Property ParentStyleName As String
    'Usage
     
    
    Dim instance As Row
    Dim value As String
     
    instance.ParentStyleName = value
     
    value = instance.ParentStyleName
    public string ParentStyleName {get; set;}

    Property Value

    String containing the name of the parent style for this row
    Example
    This example sets the parent style.
    See Also