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


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

Property Value

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

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

Column Class
Column Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options