MonobjcMonobjc Documented Class Library
SetCriteriaAndDisplayValuesForRowAtIndex Method (criteria, values, rowIndex)
NamespacesMonobjc.AppKitNSRuleEditorSetCriteriaAndDisplayValuesForRowAtIndex(NSArray, NSArray, NSInteger)

Modifies the row at a given index to contain the given items and values.

Original signature is '- (void)setCriteria:(NSArray *)criteria andDisplayValues:(NSArray *)values forRowAtIndex:(NSInteger)rowIndex'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void SetCriteriaAndDisplayValuesForRowAtIndex(
	NSArray criteria,
	NSArray values,
	NSInteger rowIndex
)
Public Overridable Sub SetCriteriaAndDisplayValuesForRowAtIndex ( _
	criteria As NSArray, _
	values As NSArray, _
	rowIndex As NSInteger _
)
public:
virtual void SetCriteriaAndDisplayValuesForRowAtIndex(
	NSArray^ criteria, 
	NSArray^ values, 
	NSInteger rowIndex
)
Parameters
criteria (NSArray)
The array of criteria for the row at rowIndex. Pass an empty array to force the receiver to query its delegate. This value must not be nil.
values (NSArray)
The array of values for the row at rowIndex. Pass an empty array to force the receiver to query its delegate. This value must not be nil.
rowIndex (NSInteger)
The index of a row in the receiver.
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)