|  | DocxCellAddField Method  | 
 
            Adds the field.
            Warning: not complete!
            
 
    Namespace: 
   QsGemBox.Docx
    Assembly:
   QsGemBox (in QsGemBox.dll) Version: 25.2.0.0 (25.2.0.0)
 Syntax
Syntaxpublic void AddField(
	string formula
)
Public Sub AddField ( 
	formula As String
)
public:
void AddField(
	String^ formula
)
member AddField : 
        formula : string -> unit 
Parameters
- formula
- Type: SystemString
 The formula.
 See Also
See Also