Sets the value for the specified cell attribute.
Original signature is '- (void)setCellAttribute:(NSCellAttribute)aParameter to:(NSInteger)value'
Available in Mac OS X v10.0 and later.

C# | Visual Basic | Visual C++ |
public virtual void SetCellAttributeTo( NSCellAttribute aParameter, NSInteger value )
Public Overridable Sub SetCellAttributeTo ( _ aParameter As NSCellAttribute, _ value As NSInteger _ )
public: virtual void SetCellAttributeTo( NSCellAttribute aParameter, NSInteger value )

- aParameter (NSCellAttribute)
- The cell attribute whose value you want to set. Attributes include the receiver's current state and whether it is disabled, editable, or highlighted.
- value (NSInteger)
- The new value for the attribute.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)