Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.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