TdxSpreadSheetCell.SetText(string,Boolean) Method
In This Article
Assigns an unformatted text string or formula expression to the cell.
#Declaration
#Parameters
Name | Type |
---|---|
AText | string |
AFormula |
Boolean |
#Remarks
Call this procedure and pass a text string as the AText parameter to assign the string as the cell’s value. Pass True as the optional AFormulaChecking parameter to interpret the specified text string as a formula expression.
Note
A Set
See Also