[]
        
(Showing Draft Content)

FarPoint.Win.Spread.CellType.EnhancedRowHeaderRenderer

EnhancedRowHeaderRenderer Class

Represents the painting of the row header cells with the look and feel of Excel 2007.

Inheritance
EnhancedRowHeaderRenderer
Namespace: FarPoint.Win.Spread.CellType
Assembly: FarPoint.Win.Spread.dll
Syntax
[TypeConverter(typeof(_uf))]
public class EnhancedRowHeaderRenderer : ColumnHeaderRenderer, IRenderer, IHeaderImages, IWordWrapSupport, IShrinkToFitSupport, IPdfSupport, IDisposable, IRenderCellGridLine, ISerializable, ISerializeSupport
<TypeConverter(GetType(_uf))>
Public Class EnhancedRowHeaderRenderer
    Inherits ColumnHeaderRenderer
    Implements IRenderer, IHeaderImages, IWordWrapSupport, IShrinkToFitSupport, IPdfSupport, IDisposable, IRenderCellGridLine, ISerializable, ISerializeSupport

Constructors

Name Description
EnhancedRowHeaderRenderer()

Creates a new painter of the row header cells with default values.

EnhancedRowHeaderRenderer(Color, Color, Color, Color, Color, Color)

Creates a new painter of the row header cells with the specified values.

EnhancedRowHeaderRenderer(SerializationInfo, StreamingContext)

Creates a new painter of the row header cells from serialization.

Properties

Name Description
ActiveBackgroundColor

Gets or sets the color of the active background.

NormalBackgroundColor

Gets or sets the color of the normal background.

NormalGridLineColor

Gets or sets the color of the normal grid lines.

SelectedActiveBackgroundColor

Gets or sets the color of the selected active background.

SelectedBackgroundColor

Gets or sets the color of the selected background.

SelectedGridLineColor

Gets or sets the color of the selected grid lines.

Methods