Class StringCell
Table cell containing a string value.
public class StringCell : Cell
- Inheritance
-
objectStringCell
- Extension Methods
Properties
Type
Type of the table cell.
public override CellType Type { get; }
Property Value
Value
Value of the cell.
public string Value { get; set; }
Property Value
- string