SetValueFromText Method |
Sets the value of a cell by parsing the text.
Signature
object.SetValueFromText nRow, nCol, nContent, szText, nOption
Object
Table
The object this method applies to.
nRow
Integer; Input-only
The row number of the cell to set.
nCol
Integer; Input-only
The column number of the cell to set.
nContent
Integer; Input-only
The content value of the cell.
szText
String; Input-only
The text string to set as a value.
nOption
AcParseOption; Input-only
Special input option flags.
Comments? |