MonobjcMonobjc Documented Class Library
ReloadDataForRowIndexesInColumn Method (rowIndexes, column)
NamespacesMonobjc.AppKitNSBrowserReloadDataForRowIndexesInColumn(NSIndexSet, NSInteger)

Updates the rows in the column with the specified column index with indexes in the specified set.

Original signature is '- (void)reloadDataForRowIndexes:(NSIndexSet *)rowIndexes inColumn:(NSInteger)column'

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void ReloadDataForRowIndexesInColumn(
	NSIndexSet rowIndexes,
	NSInteger column
)
Public Overridable Sub ReloadDataForRowIndexesInColumn ( _
	rowIndexes As NSIndexSet, _
	column As NSInteger _
)
public:
virtual void ReloadDataForRowIndexesInColumn(
	NSIndexSet^ rowIndexes, 
	NSInteger column
)
Parameters
rowIndexes (NSIndexSet)
The set of row indexes of the rows to be updated.
column (NSInteger)
The column containing the rows to be updated.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

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