GrapeCity MultiRow Windows Forms Documentation
InheritedStyle Property (Cell)


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

Property Value

A CellStyle value that represents the style currently applied to the cell.
Remarks
The GcMultiRow control displays its cells using the styles indicated by the cell InheritedStyle property, which inherits styles from other properties of type CellStyle. The styles specified through the Style property override the styles specified through all other cell-style properties, but do not necessarily indicate all the styles that contribute to the cell's appearance.
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

Cell Class
Cell Members

 

 


Copyright © GrapeCity, inc. All rights reserved.