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)

Usage

Dim xlSpecialCellsValue1 As XlSpecialCellsValue = XlSpecialCellsValue.xlErrors

Syntax

Public Enum XlSpecialCellsValue
public enum XlSpecialCellsValue
public enum class XlSpecialCellsValue
public enum 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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Excel Namespace