DataCollection | ComponentOne
C1.Mac.DataCollection Assembly / C1.Mac.DataCollection Namespace / C1TableViewSource Class / IsGroupRow Method

In This Topic
    IsGroupRow Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overrides Function IsGroupRow( _
       ByVal tableView As AppKit.NSTableView, _
       ByVal row As nint _
    ) As Boolean
    public override bool IsGroupRow( 
       AppKit.NSTableView tableView,
       nint row
    )

    Parameters

    tableView
    row
    See Also

    Reference

    C1TableViewSource Class
    C1TableViewSource Members
    Base Implementation in IsGroupRow