Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Cell Class / GetDataModel Method


In This Topic
    GetDataModel Method
    In This Topic
    Gets the data model for a cell.
    Syntax
    'Declaration
     
    
    Protected Function GetDataModel() As ISheetDataModel
    'Usage
     
    
    Dim instance As Cell
    Dim value As ISheetDataModel
     
    value = instance.GetDataModel()
    protected ISheetDataModel GetDataModel()
    See Also