Class TableCellOptions
Table and canvas cell options
Inheritance
Inherited Members
Namespace
Syntax
public class TableCellOptions : CellOptions
Constructors
TableCellOptions(string)
Makes a new instance of the cell options class
Declaration
public TableCellOptions(string value)
Parameters
| Name | Type | Description |
|---|---|---|
| value | string | Cell value |
Properties
Value
Value to display in this cell
Property Value
string
Declaration
public string Value { get; set; }