FreeTextStoredValue

Defines a cell value stored in a Free Text Column

TypeScript
export interface

Properties

PropertyTypeDescription
FreeTextanyValue to store in the cell
PrimaryKeyanyPrimary Key Column value for the row

Property Details

FreeText

Value to store in the cell

TypeScript
FreeText: any;
Property Value

any

PrimaryKey

Primary Key Column value for the row

TypeScript
PrimaryKey: any;
Property Value

any