Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CellWrapper Class / ParentStyleName Property


In This Topic
    ParentStyleName Property (CellWrapper)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shadows Property ParentStyleName As String
    'Usage
     
    
    Dim instance As CellWrapper
    Dim value As String
     
    instance.ParentStyleName = value
     
    value = instance.ParentStyleName
    public new string ParentStyleName {get; set;}
    See Also