NSTableViewDelegate.GetSelectString(NSTableView, NSTableColumn, nint) 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.
[Foundation.Export("tableView:typeSelectStringForTableColumn:row:")]
public virtual string GetSelectString (AppKit.NSTableView tableView, AppKit.NSTableColumn tableColumn, nint row);
abstract member GetSelectString : AppKit.NSTableView * AppKit.NSTableColumn * nint -> string
override this.GetSelectString : AppKit.NSTableView * AppKit.NSTableColumn * nint -> string
Parameters
- tableView
- NSTableView
- tableColumn
- NSTableColumn
- row
- System.System.IntPtr System.nativeint
Returns
- Attributes