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