Represents an individual
GcSpreadSheet row header cell.
Object Model
Syntax
'Declaration
<System.Windows.TemplatePartAttribute(Name="SelectionRectangle", Type=System.Windows.Shapes.Rectangle)>
<System.Windows.TemplatePartAttribute(Type=GrapeCity.Windows.SpreadSheet.UI.CellBackgroundPanel, Name="Root")>
<System.Windows.TemplatePartAttribute(Type=System.Windows.Shapes.Rectangle, Name="HoverRectangle")>
<System.Windows.TemplatePartAttribute(Type=System.Windows.Shapes.Rectangle, Name="HighlightRectangle")>
<System.Windows.TemplatePartAttribute(Type=System.Windows.Shapes.Rectangle, Name="NormalRectangle")>
Public Class RowHeaderCellPresenter
Inherits HeaderCellPresenter
'Usage
Dim instance As RowHeaderCellPresenter
[System.Windows.TemplatePart(Name="SelectionRectangle", Type=System.Windows.Shapes.Rectangle)]
[System.Windows.TemplatePart(Type=GrapeCity.Windows.SpreadSheet.UI.CellBackgroundPanel, Name="Root")]
[System.Windows.TemplatePart(Type=System.Windows.Shapes.Rectangle, Name="HoverRectangle")]
[System.Windows.TemplatePart(Type=System.Windows.Shapes.Rectangle, Name="HighlightRectangle")]
[System.Windows.TemplatePart(Type=System.Windows.Shapes.Rectangle, Name="NormalRectangle")]
public class RowHeaderCellPresenter : HeaderCellPresenter
Inheritance Hierarchy
System.Object
System.Windows.DependencyObject
System.Windows.UIElement
System.Windows.FrameworkElement
System.Windows.Controls.Control
GrapeCity.Windows.SpreadSheet.UI.CellPresenterBase
GrapeCity.Windows.SpreadSheet.UI.HeaderCellPresenter
GrapeCity.Windows.SpreadSheet.UI.RowHeaderCellPresenter
See Also