Beispiel #1
0
 /// <summary>
 /// Retrieve the raw text value for the operand.
 /// </summary>
 /// <returns></returns>
 public string TextValue()
 {
     return(RecordAccessor.TextValue(CellIndex));
 }