Sets the value of the cell specified by the current DataField.
Namespace: Aceoffix.ExcelWriterAssembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
Syntaxpublic string Value { set; }
Public WriteOnly Property Value As String
Set
Property Value
Type:
String
RemarksThis DataField represents a cell.
ExamplesPlease refer to OpenTable(String) method topic to learn how to set the value of the cell.
See Also