Spread WinForms 15
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()
See Also