Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / ITableColumn Interface / Source Property


In This Topic
    Source Property (ITableColumn)
    In This Topic
    Gets the column data source.
    Syntax
    'Declaration
     
    
    ReadOnly Property Source As ITableDataColumn
    'Usage
     
    
    Dim instance As ITableColumn
    Dim value As ITableDataColumn
     
    value = instance.Source
    ITableDataColumn Source {get;}
    See Also