MonobjcMonobjc Documented Class Library
SetStateAtRowColumn Method (value, row, column)
NamespacesMonobjc.AppKitNSMatrixSetStateAtRowColumn(NSInteger, NSInteger, NSInteger)

Sets the state of the cell at specified location.

Original signature is '- (void)setState:(NSInteger)value atRow:(NSInteger)row column:(NSInteger)column'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void SetStateAtRowColumn(
	NSInteger value,
	NSInteger row,
	NSInteger column
)
Public Overridable Sub SetStateAtRowColumn ( _
	value As NSInteger, _
	row As NSInteger, _
	column As NSInteger _
)
public:
virtual void SetStateAtRowColumn(
	NSInteger value, 
	NSInteger row, 
	NSInteger column
)
Parameters
value (NSInteger)
The value to assign to the cell.
row (NSInteger)
The row in which the cell is located.
column (NSInteger)
The column in which the cell is located.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)