XlRangeValueDataType enumeration
Office 2013 and later
Specifies the range value data type.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
| Member name | Description | |
|---|---|---|
| xlRangeValueDefault | 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 | Returns the values, formatting, formulas and names of the specified Range object in the XML Spreadsheet format. | |
| xlRangeValueMSPersistXML | Returns the recordset representation of the specified Range object in an XML format. |
Show: