# Name Of Data Table Value - Instance

Grammar — Name of value index in data table instance instance
FlagsNative | Function

Returns the name of a data table instance value.

# Arguments

  • int [ datatable ] — Instance
  • int — Index

Returns — string

native string DataTableInstanceValueName(
	int instance,
	int index,
);

Category: Data Table / Instance Version / Utility

# Examples

— None found —