DataEmbeddingStyle Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates whether the data in the table comes from a data source or it is embedded. An example of embedded data might be data inserted by a copy/paste operation.
public enum DataEmbeddingStyle
type DataEmbeddingStyle =
Public Enum DataEmbeddingStyle
- Inheritance
-
DataEmbeddingStyle
Fields
Name | Value | Description |
---|---|---|
NotEmbedded | 0 | Data is not embedded. |
Embedded | 1 | Data is embedded. |