[]
        
(Showing Draft Content)

FarPoint.Win.Spread.CellType.RowHeaderRenderer

RowHeaderRenderer Class

Represents the painter of the row header.

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

Constructors

Name Description
RowHeaderRenderer()

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

RowHeaderRenderer(SerializationInfo, StreamingContext)

Creates a new painter of the row header from serialization.

Methods

Name Description
PaintCell(Graphics, Rectangle, Appearance, object, bool, bool, float)

Paints the column header cell when not in edit mode to the specified graphics interface with the specified appearance settings.

PaintHeader(Graphics, Rectangle, Rectangle, Color, Color, Font, HorizontalAlignment, VerticalAlignment, bool, bool, string, string, ButtonTextAlign, TextOrientation, bool, int, Color, Color, Image, Image, bool, HotkeyPrefix, VisualStyles, bool, bool)

Paints the row header cell.

PaintHeader(Graphics, Rectangle, Rectangle, Color, Color, Font, HorizontalAlignment, VerticalAlignment, bool, bool, string, string, ButtonTextAlign, TextOrientation, bool, int, Color, Color, Image, Image, bool, HotkeyPrefix, VisualStyles, bool, bool, Appearance, float)

Paints the row header cell.

ToString()

Returns the name of the renderer.