Enum TabularDataCategory
public enum TabularDataCategory
Fields
Address | Specifies that the tabular column contains data with address values. |
City | Specifies that the tabular column contains data with city values. |
Continent | Specifies that the tabular column contains data with continent values. |
Country | Specifies that the tabular column contains data with country values. |
County | Specifies that the tabular column contains data with county values. |
Image | Specifies that the tabular column contains data with image values. |
ImageUrl | Specifies that the tabular column contains data with url values that reference images. |
Latitude | Specifies that the tabular column contains data with latitude values. |
Longitude | Specifies that the tabular column contains data with longitude values. |
Organization | Specifies that the tabular column contains data with organization values. |
Place | Specifies that the tabular column contains data with place values. |
PostalCode | Specifies that the tabular column contains data with postal code values. |
StateOrProvince | Specifies that the tabular column contains data with state or province values. |
Uncategorized | Specifies that the tabular column is not in any category. |
WebUrl | Specifies that the tabular column contains data with web url values. |