[]
Represents the painting of the row header cells with the look and feel of Excel 2013.
[TypeConverter(typeof(IRendererConverter))]
public class FlatRowHeaderRenderer : BaseHeaderFlatStyleRenderer, IHeaderImages, IWordWrapSupport, IShrinkToFitSupport, IPdfSupport, IDisposable, IRenderer, IRenderCellGridLine, ISerializable, ISerializeSupport
<TypeConverter(GetType(IRendererConverter))>
Public Class FlatRowHeaderRenderer
Inherits BaseHeaderFlatStyleRenderer
Implements IHeaderImages, IWordWrapSupport, IShrinkToFitSupport, IPdfSupport, IDisposable, IRenderer, IRenderCellGridLine, ISerializable, ISerializeSupport
Name | Description |
---|---|
FlatRowHeaderRenderer() | Creates an instance of FlatRowHeaderRenderer. |
FlatRowHeaderRenderer(SerializationInfo, StreamingContext) | Creates a new FlatRowHeaderRenderer from serialization. |
Name | Description |
---|---|
GetPaintSpecialActiveSelectionRegion(Rectangle, Appearance) | Supports getting the region that paints the special active selection like Office 2013. |
PaintCellGridLine(Graphics, int, int, int, int, Appearance) | Paints the cell grid line. |
PaintSpecialActiveSelection(Graphics, Rectangle, Color, Appearance) | Supports painting the special active selection like Office 2013. |
ToString() | Returns name of the renderer. |