MonobjcMonobjc Documented Class Library
ReloadDataForRowIndexesColumnIndexes Method (rowIndexes, columnIndexes)
NamespacesMonobjc.AppKitNSTableViewReloadDataForRowIndexesColumnIndexes(NSIndexSet, NSIndexSet)

Reloads the data for only the specified rows and columns.

Original signature is '- (void)reloadDataForRowIndexes:(NSIndexSet *)rowIndexes columnIndexes:(NSIndexSet *)columnIndexes'

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void ReloadDataForRowIndexesColumnIndexes(
	NSIndexSet rowIndexes,
	NSIndexSet columnIndexes
)
Public Overridable Sub ReloadDataForRowIndexesColumnIndexes ( _
	rowIndexes As NSIndexSet, _
	columnIndexes As NSIndexSet _
)
public:
virtual void ReloadDataForRowIndexesColumnIndexes(
	NSIndexSet^ rowIndexes, 
	NSIndexSet^ columnIndexes
)
Parameters
rowIndexes (NSIndexSet)
The indexes of the rows to update.
columnIndexes (NSIndexSet)
The indexes of the columns to update.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

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