[]
Represents the painting of the corner footer cells with the look and feel of Excel 2013.
[TypeConverter(typeof(IRendererConverter))]
public class FlatCornerFooterRenderer : FlatCornerHeaderRenderer, IPdfSupport, IRenderer, IRenderCellGridLine, ISerializable, ISerializeSupport
<TypeConverter(GetType(IRendererConverter))>
Public Class FlatCornerFooterRenderer
Inherits FlatCornerHeaderRenderer
Implements IPdfSupport, IRenderer, IRenderCellGridLine, ISerializable, ISerializeSupport
Name | Description |
---|---|
FlatCornerFooterRenderer() | Creates an instance of FlatCornerFooterRenderer. |
FlatCornerFooterRenderer(SerializationInfo, StreamingContext) | Creates a new FlatCornerFooterRenderer from serialization. |
Name | Description |
---|---|
PaintCellGridLine(Graphics, int, int, int, int, Appearance) | Paints the cell grid line. |
ToString() | Returns the name of the renderer. |