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


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