GrapeCity MultiRow Windows Forms Documentation
InheritedStyle Property (Section)


Gets the inherited cell style of the Section.
Syntax
<BrowsableAttribute(False)>
Public ReadOnly Property InheritedStyle As CellStyle
Dim instance As Section
Dim value As CellStyle
 
value = instance.InheritedStyle
[Browsable(false)]
public CellStyle InheritedStyle {get;}

Property Value

A CellStyle that specifies the formatting and style information for the cells in the Row, ColumnHeaderSection, and ColumnFooterSection.
Remarks
This property is useful to determine which cell styles are applied to all cells in the current section.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Section Class
Section Members
DefaultCellStyle Property
AlternatingRowsDefaultCellStyle Property

 

 


Copyright © GrapeCity, inc. All rights reserved.