Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Worksheet Class / DataManager Property


In This Topic
    DataManager Property (Worksheet)
    In This Topic
    Gets or sets the data source of this worksheet.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property DataManager As DataManager
    'Usage
     
    
    Dim instance As Worksheet
    Dim value As DataManager
     
    value = instance.DataManager
    public DataManager DataManager {get;}

    Property Value

    An IDataSource object represents the data source of this worksheet.
    See Also