Defines the appearance style of the cells.
SDK
- macOS 10.5+
Framework
- Quartz
Declaration
- (void)setCellsStyleMask:(NSUInteger)mask;
Parameters
mask
An integer bit mask. A mask can be specified by combining any of the options described in Cell Appearance Style Masks using the C bitwise
OR
operator.