Click or drag to resize
DataFieldValue Property
Sets the value of the cell specified by the current DataField.

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

Property Value

Type: String
Remarks

This DataField represents a cell.

Examples

Please refer to OpenTable(String) method topic to learn how to set the value of the cell.

See Also