Class CellOptions
Table and canvas cell options
Inheritance
object
CellOptions
Namespace: Terminaux.Writer.CyclicWriters.Renderer.Tools
Assembly: Terminaux.dll
Syntax
public class CellOptions
Constructors
| Edit this page View SourceCellOptions(int, int)
Makes a new instance of the cell options class
Declaration
public CellOptions(int ColumnNumber, int RowNumber)
Parameters
Type | Name | Description |
---|---|---|
int | ColumnNumber | The column number |
int | RowNumber | The row number |
Properties
| Edit this page View SourceCellBackgroundColor
The custom background cell color
Declaration
public Color CellBackgroundColor { get; set; }
Property Value
Type | Description |
---|---|
Color |
CellColor
The custom cell color
Declaration
public Color CellColor { get; set; }
Property Value
Type | Description |
---|---|
Color |
ColoredCell
Whether to color the cell
Declaration
public bool ColoredCell { get; set; }
Property Value
Type | Description |
---|---|
bool |
ColumnIndex
The column, or row value, index
Declaration
public int ColumnIndex { get; }
Property Value
Type | Description |
---|---|
int |
ColumnNumber
The column, or row value, number
Declaration
public int ColumnNumber { get; }
Property Value
Type | Description |
---|---|
int |
RowIndex
The row index
Declaration
public int RowIndex { get; }
Property Value
Type | Description |
---|---|
int |
RowNumber
The row number
Declaration
public int RowNumber { get; }
Property Value
Type | Description |
---|---|
int |
TextSettings
Text settings for this cell
Declaration
public TextSettings TextSettings { get; set; }
Property Value
Type | Description |
---|---|
TextSettings |