FreeTextStoredValue

Defines a cell value stored in a Free Text Column

TypeScript
export interface

Properties

PropertyDescription
FreeTextValue to store in the cell
PrimaryKeyPrimary 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