x4Trace Documentation v1.0
|
Represents a data of cell. More...
Public Member Functions | |
ICellData (GInterface.IFont font, IStringAlignment stringFormat) | |
Constructor. | |
ICellData (GInterface.IFont font) | |
Constructor. | |
Protected Attributes | |
GInterface.IFont | font = new GInterface.IFont("Arial", 10, IFontStyle.Regular) |
Font of cell. | |
IStringAlignment | stringFormat = new IStringAlignment(Align.Near, Align.Near) |
Alignment of cell. | |
Properties | |
GInterface.IFont | Font [get, set] |
Font of cell. | |
IStringAlignment | StringFormat [get, set] |
Alignment of cell. | |
Represents a data of cell.
IGraphics.Grid.ICellData.ICellData | ( | GInterface.IFont | font, |
IStringAlignment | stringFormat ) |
Constructor.
font | Font of cell. |
stringFormat | Alignment of cell. |
IGraphics.Grid.ICellData.ICellData | ( | GInterface.IFont | font | ) |
Constructor.
font | Font of cell. |