GrapeCity.Xaml.SpreadSheet.Data
ParentStyleName Property (Row)


Gets or sets the parent style for the row.
Syntax
'Declaration
 
<DefaultValueAttribute()>
Public Property ParentStyleName As String
'Usage
 
Dim instance As Row
Dim value As String
 
instance.ParentStyleName = value
 
value = instance.ParentStyleName
[DefaultValue()]
public string ParentStyleName {get; set;}

Property Value

The parent style for the row. The default value is an empty string, which means that no parent style is set for the row.
Remarks
The row inherits its style properties from the named parent style.
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

Row Class
Row Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options