Click or drag to resize
CellValue Property
Sets the value of the cell.

Namespace: Aceoffix.ExcelWriter
Assembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
Syntax
public string Value { set; }

Property Value

Type: String
Examples

Please refer to the code example in the OpenCell(String) method topic to learn how to set the value of the cell.

See Also