NSTableView.ReloadData Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ReloadData() | |
ReloadData(NSIndexSet, NSIndexSet) |
ReloadData()
[Foundation.Export("reloadData")]
public virtual void ReloadData ();
abstract member ReloadData : unit -> unit
override this.ReloadData : unit -> unit
- Attributes
Applies to
ReloadData(NSIndexSet, NSIndexSet)
[Foundation.Export("reloadDataForRowIndexes:columnIndexes:")]
public virtual void ReloadData (Foundation.NSIndexSet rowIndexes, Foundation.NSIndexSet columnIndexes);
abstract member ReloadData : Foundation.NSIndexSet * Foundation.NSIndexSet -> unit
override this.ReloadData : Foundation.NSIndexSet * Foundation.NSIndexSet -> unit
Parameters
- rowIndexes
- NSIndexSet
- columnIndexes
- NSIndexSet
- Attributes