XlSpecialCellsValue Enumeration

Specifies cells with a particular type of value to include in the result.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Public Enumeration XlSpecialCellsValue
'Usage
Dim instance As XlSpecialCellsValue
public enum XlSpecialCellsValue

Members

Member name Description
xlErrors Cells with errors.
xlLogical Cells with logical values.
xlNumbers Cells with numeric values.
xlTextValues Cells with text.

See Also

Reference

Microsoft.Office.Interop.Excel Namespace