These constants specify how a cell represents its data (as text or as an image). These constants are used by setType: and type.
Available in Mac OS X v10.0 and later.
| C# | Visual Basic | Visual C++ |
public enum NSCellType
Public Enumeration NSCellType
public enum class NSCellType
| Member | Description |
|---|---|
| NSNullCellType | Cell displays nothing. Available in Mac OS X v10.0 and later. |
| NSTextCellType | Cell displays text. Available in Mac OS X v10.0 and later. |
| NSImageCellType | Cell displays images. Available in Mac OS X v10.0 and later. |
- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)