CalcEngine for .NET
C1.CalcEngine.ExcelEngine Namespace / ExcelEngine Class / DataSource Property

In This Topic
    DataSource Property (ExcelEngine)
    In This Topic
    Gets or sets the object used as the data source.
    Syntax
    'Declaration
     
    
    Public Overrides Property DataSource As Object
    public override object DataSource {get; set;}
    See Also