XlRangeValueDataType 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.
Specifies the range value data type.
public enum class XlRangeValueDataType
public enum XlRangeValueDataType
Public Enum XlRangeValueDataType
- Inheritance
-
XlRangeValueDataType
Fields
Name | Value | Description |
---|---|---|
xlRangeValueDefault | 10 | default If the specified Range object is empty, returns the value Empty (use the IsEmpty function to test for this case). If the Range object contains more than one cell, returns an array of values (use the IsArray function to test for this case). |
xlRangeValueXMLSpreadsheet | 11 | Returns the values, formatting, formulas and names of the specified Range object in the XML Spreadsheet format. |
xlRangeValueMSPersistXML | 12 | Returns the recordset representation of the specified Range object in an XML format. |