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