Tabular Data Control Reference
This section contains reference information for the Tabular Data Control (TDC).
Objects
TDCThe TDC allows an HTML page to display data from delimited text files, either as part of tables or a row at a time.
Properties
AppendDataSpecifies whether new data is appended or replaces existing data.
CaseSensitiveIndicates whether comparisons with the data should ignore case.
CharSetIdentifies the character set of the data file.
DataURLSpecifies the location of the data file.
EscapeCharSpecifies the character used to escape special characters.
FilterSpecifies how the data will be filtered.
LanguageSpecifies the language of the data file, including numerical and data formats.
RowDelimSpecifies the character used to mark the end of each row.
SortIdentifies the columns to be sorted, and ascending or descending sort order.
TextQualifierSpecifies the optional character that surrounds a field.
UseHeaderSpecifies whether the first line of the data file contains header information.
Methods
CanConvertDataCalled by MSHTML to determine whether the data provider is capable of converting the specified data from one format to another.
ConvertDataCalled by MSHTML to allow the data provider to convert the specified data from one format to another.
ResetCauses the control to filter or sort its data based on new settings.