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

Namespace: Aceoffix.WordWriter
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 OpenTable(Int32) method topic to learn how to set the value of the cell.

See Also