DataCollection | ComponentOne
C1.Mac.DataCollection Assembly / C1.Mac.DataCollection Namespace / C1TableViewSource Class / C1TableViewSource Constructor
The table view.

In This Topic
    C1TableViewSource Constructor
    In This Topic
    Initializes a new instance of the C1TableViewSource class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal tableView As AppKit.NSTableView _
    )
    public C1TableViewSource( 
       AppKit.NSTableView tableView
    )

    Parameters

    tableView
    The table view.
    See Also