userEnteredValue property
The value the user entered in the cell.
e.g., 1234
, 'Hello'
, or =NOW()
Note: Dates, Times and DateTimes are
represented as doubles in serial number format.
Implementation
ExtendedValue? userEnteredValue;
The value the user entered in the cell.
e.g., 1234
, 'Hello'
, or =NOW()
Note: Dates, Times and DateTimes are
represented as doubles in serial number format.
ExtendedValue? userEnteredValue;