Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Model Namespace / IParentStyleModelSupport Interface / Parent Property


In This Topic
    Parent Property (IParentStyleModelSupport)
    In This Topic
    Gets or sets the parent style model.
    Syntax
    'Declaration
     
    
    Property Parent As ISheetStyleModel
    'Usage
     
    
    Dim instance As IParentStyleModelSupport
    Dim value As ISheetStyleModel
     
    instance.Parent = value
     
    value = instance.Parent
    ISheetStyleModel Parent {get; set;}

    Property Value

    ISheetStyleModel containing the parent style model
    See Also