示例#1
0
 /// <summary>
 /// Sets the metadata value of the operand.
 /// </summary>
 /// <param name="metaType">The metadata tag.</param>
 public void SetValueFromMeta(string metaType)
 {
     RecordAccessor.UpdateValueFromMeta(CellIndex, metaType);
 }