Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetSkin Class / ColumnHeaderParent Property


In This Topic
    ColumnHeaderParent Property
    In This Topic
    Gets the parent style name to use for initializing the column header default style.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ColumnHeaderParent As String
    'Usage
     
    
    Dim instance As SheetSkin
    Dim value As String
     
    value = instance.ColumnHeaderParent
    public string ColumnHeaderParent {get;}
    See Also