Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SheetStyleProperty Class / Parent Field
Example


In This Topic
    Parent Field
    In This Topic
    Represents the Parent property (index of 9) for the name of the parent style.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly Parent As SheetStyleProperty
    'Usage
     
    
    Dim value As SheetStyleProperty
     
    value = SheetStyleProperty.Parent
    public static readonly SheetStyleProperty Parent
    Example
    Remarks
    The parent named style is used for merging parent style properties in NamedStyleCollection.Compose.
    See Also